Multiple choice technology mainframe

SQL Retun code -911

  1. BOTH B and C

  2. Privilege issue

  3. Dead Lock

  4. No row found

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SQL return code -911 indicates a deadlock or timeout situation - the transaction has been rolled back due to a deadlock with another transaction or because it exceeded the lock timeout limit. This is a concurrency issue, not a privilege problem or missing rows.