Multiple choice technology mainframe

Sql Return code -913

  1. Access not given

  2. Plan not found

  3. Deadlock and Timeout

  4. Authorization isse

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

SQL return code -913 in DB2 indicates that the current transaction was rolled back due to a deadlock or timeout. This error occurs when multiple processes are competing for the same resources, causing the system to terminate one to resolve the conflict. The other options are incorrect: -911 would be for a rollback, -802/803 for access violations, and -551 for authorization issues.