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
→
In what cursor attributes the outcomes of DML stat...
1.
In what cursor attributes the outcomes of DML statement execution are saved?
Answer»
The outcomes of the execution of the DML statement is saved in the
FOLLOWING
4
CURSOR
attributes:
SQL
%FOUND: This returns TRUE if at least one row has been
PROCESSED
.
SQL%NOTFOUND: This returns TRUE if no rows were processed.
SQL%ISOPEN: This checks whether the cursor is open or not and returns TRUE if open.
SQL%ROWCOUNT: This returns the
NUMBER
of rows processed by the DML statement.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
Is it possible to declare column which has the number data type and its scale larger than the precision? For example defining columns like: column name NUMBER (10,100), column name NUMBER (10,-84)
In what cursor attributes the outcomes of DML statement execution are saved?
What is the difference between a mutating table and a constraining table?
How can you debug your PL/SQL code?
What are COMMIT, ROLLBACK and SAVEPOINT statements in PL/SQL?
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