InterviewSolution
| 1. |
What Is The Difference Between Implicit Cursor And Explicit Cursor? |
|
Answer» A cursor is a SQL memory work area. Any SQL statement always uses a cursor for the execution of statements and fetching of results. This is implicitly defined and is CALLED implicit cursor. A cursor is a SQL memory work area. Any SQL statement always uses a cursor for the execution of statements and fetching of results. This is implicitly defined and is called implicit cursor. |
|