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. |
|