Multiple choice technology mainframe SQL Return code -204 Row not found Column not found Both A and B 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.