Google News
logo
SQL Server - Quiz(MCQ)
Exception handling is possible in SQL Server using ________
A)
THROW
B)
FINAL
C)
FINALLY
D)
All of the above

Correct Answer :   THROW


Explanation : Generates an error message and initiates error processing for the session.

Advertisement