Interview Questions and Answers pdf free download for freshers beginners experienced, Multiple Choice Questions with Answers Practice, Placement Papers
Thursday, 24 May 2012
Write a program to pass parameters to a cursor and print the result. | PL SQL
Parameters can be passed either to explicitly defined cursors or to a cursor FOR loop. Each time the cursor is executed, parameters are passed to the query and the active set is defined based on the parameters passed, as shown in the following program code: