Google News
logo
SQL Server - Quiz(MCQ)
Which of the following is an Error function used within CATCH block?
A)
ERROR()
B)
ERROR_MSG()
C)
ERROR_STATUS()
D)
ERROR_STATE()

Correct Answer :   ERROR_STATE()


Explanation : ERROR_STATE() returns the state number of the error.

Advertisement