Yes, DELETE and UPDATE as well as INSERT (DML) are implicit cursors and we can use cursor attributes with them.Example:DELETE shop;Here sql%rowcount will give the exact number of rows deleted.
Good Answer
Yes, DELETE and UPDATE as well as INSERT (DML) are implicit cursors and we can use cursor attributes with them.
ReplyDeleteExample:
DELETE shop;
Here sql%rowcount will give the exact number of rows deleted.
Good Answer
ReplyDelete