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 structured exception handling (try/catch blocks). That functionality exists only in procedural SQL extensions like PL/SQL (Oracle) or T-SQL (SQL Server), not in core SQL.