InterviewSolution
Saved Bookmarks
| 1. |
What Is Returned By The Cursor Attribute Sql%rowcount? |
|
Answer» It returns the NUMBER of ROWS that are PROCESSED by a SQL STATEMENT. It returns the number of rows that are processed by a SQL statement. |
|