Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
PL SQL Interview Questions
→
PL/SQL Advanced Interview Questions in PL SQL Interview Questions
→
Differentiate between implicit cursor and explicit...
1.
Differentiate between implicit cursor and explicit cursor.
Answer»
IMPLICIT
CURSOR
Explicit Cursor
An implicit cursor is used when a query returns a single
ROW
value.
When a subquery returns more than one row, an explicit cursor is used. These rows are called Active Set.
This is used for all DML operations like
DECLARE
, OPEN, FETCH, CLOSE.
This is used to process Multirow SELECT Statements.
NO_DATA_FOUND Exception is handled here.
NO_DATA_FOUND cannot be handled here.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
Differentiate between the cursors declared in procedures and the cursors declared in the package specifications.
What are the virtual tables available during the execution of the database trigger?
What is the use of SYS.ALL_DEPENDENCIES?
What is the difference between ROLLBACK and ROLLBACK TO statements in PL/SQL?
What are the various functions available for manipulating the character data?
What is the importance of %TYPE and %ROWTYPE data types in PL/SQL?
Differentiate between SQL and PL/SQL.
Differentiate between implicit cursor and explicit cursor.
Why is SYSDATE and USER keywords used?
Can you explain the PL/SQL execution architecture?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies