1.

How Can You Check If An Update Statement In Pl/sql Is Successfully Executed?

Answer»

You can USE the SQL%NOTFOUND attribute to check if the UPDATE statement has successfully UPDATED any rows or not. This attribute RETURNS the TRUE VALUE if the last executed SQL statement has not AFFECTED any rows.

You can use the SQL%NOTFOUND attribute to check if the UPDATE statement has successfully updated any rows or not. This attribute returns the TRUE value if the last executed SQL statement has not affected any rows.



Discussion

No Comment Found