Multiple choice technology databases

SQL has facility for programmed handling of errors that arise during the manipulation of data.

  1. True

  2. False

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

Standard SQL itself does not have built-in procedural facilities for programmed error handling; this is typically provided by procedural extensions like PL/SQL or T-SQL. Thus, the statement is false.