controlling cursor variablesyou use 3 statements


Controlling Cursor Variables

You use 3 statements to control the cursor variable: OPEN-FOR, FETCH, & CLOSE. At First, you OPEN a cursor variable FOR a multi-row query. Then, you can FETCH rows one at a time from the result set. You can then CLOSE the cursor variable, when all the rows are processed.

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: controlling cursor variablesyou use 3 statements
Reference No:- TGS0172705

Expected delivery within 24 Hours