Multiple choice technology programming languages

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

  1. TRUE

  2. FALSE

  3. Both

  4. None

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

Standard SQL does not have built-in procedural error handling mechanisms like try-catch blocks. While modern SQL implementations (PL/SQL, T-SQL) extend SQL with programming constructs for exception handling, pure SQL itself is a declarative language without explicit error handling facilities.