InterviewSolution
| 1. |
What Is The Implicit Cursor? |
|
Answer» There is only ONE implicitly CURSOR in a session. The implicit cursor is the cursor automatically defined by PL/SQL for you. Whenever a SQL statement is executed, this cursor will be assigned to represent the execution of this statement. This implicit cursor is called SQL. It has MANY attributes representing some GOOD INFORMATION about the execution like:
There is only one implicitly cursor in a session. The implicit cursor is the cursor automatically defined by PL/SQL for you. Whenever a SQL statement is executed, this cursor will be assigned to represent the execution of this statement. This implicit cursor is called SQL. It has many attributes representing some good information about the execution like: |
|