InterviewSolution
Saved Bookmarks
| 1. |
What Is The Value Of Sql%found Attribute After And Before An Insert Statement Is Executed? |
|
Answer» The value of SQL%F0UND ATTRIBUTE will be NULL before an INSERT STATEMENT is executed and TRUE after the successful INSERTION into a table. The value of SQL%F0UND attribute will be NULL before an INSERT statement is executed and TRUE after the successful insertion into a table. |
|