3.
|
What is wrong with the following Transact-SQL statement:
RAISERROR ('An error occurred', 19, 1)
Please select the best answer.
|
|
A.
|
Nothing is wrong. The statement will work correctly.
|
|
B.
|
You cannot specify text in the RAISERROR statement. You need to specify a number.
|
|
C.
|
The statement is missing the WITH LOG option.
|
|
D. |
The severity is outside the range of allowable values.
|