InterviewSolution
Saved Bookmarks
| 1. |
What Is A Cursor? |
|
Answer» Oracle uses work area to execute SQL statements and STORE processing INFORMATION PL/SQL construct called a CURSOR lets you name a work area and access its stored information A cursor is a mechanism used to fetch more than ONE row in a Pl/SQl block. Oracle uses work area to execute SQL statements and store processing information PL/SQL construct called a cursor lets you name a work area and access its stored information A cursor is a mechanism used to fetch more than one row in a Pl/SQl block. |
|