Multiple choice technology mainframe

SQL Return code -204

  1. Row not found

  2. Column not found

  3. Both A and B

  4. Table not found

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

SQL return code -204 is an object not found error. This specifically indicates that the referenced table does not exist in the database, which is different from row or column not found errors.