Multiple choice technology databases

When the program name is not in the plan, we get

  1. -810

  2. -801

  3. -805

  4. -825

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

SQL code -805 in DB2 indicates that the program name specified in the plan is not found or not bound. This occurs when there's a mismatch between the plan and the actual program. Code -810 is a field error, -801 is a data type conversion error, and -825 is a deadlock/timeout error.