Google News
logo
PL/SQL - Interview Questions
What is the Open cursor command function?
When the OPEN cursor command is used to open a cursor, it performs the following operations:
 
* A processing memory region has been set aside.
* The statement SELECT is parsed.
* The memory addresses are used to assign values to the input variables.
* The active set of rows that meet the criteria for selection are recognized.
* The pointer is placed exactly before the active set’s first row.
Advertisement