What will you get by the cursor attribute SQL%FOUND?
It returns the Boolean value TRUE if at least one row was processed. In PL/SQL, the cursor attribute SQL%FOUND is used to check whether the last SQL operation (query) on a cursor returned at least one row. If the most recent fetch or execute on the cursor returned one or more rows, then SQL%FOUND will … Read more