InterviewSolution
Saved Bookmarks
| 1. |
What Is Implicit Cursor And How Is It Used By Oracle ? |
|
Answer» An implicit CURSOR is a cursor which is INTERNALLY CREATED by Oracle. It is created by Oracle for each INDIVIDUAL SQL. An implicit cursor is a cursor which is internally created by Oracle. It is created by Oracle for each individual SQL. |
|