Friday, 25 May 2012

What is the value of SQL%FOUND attribute after and before an INSERT statement is executed? | PL SQL

 The value of SQL%F0UND attribute will be NULL before an INSERT statement is executed and TRUE after the successful insertion into a table.