adplus-dvertising
frame-decoration

Question

Point out the wrong statement.

a.

If an error occurs in the TRY block, control is not passed to another group of statements that is enclosed in a CATCH block

b.

If an error occurs in the TRY block, control is passed to another group of statements that is enclosed in a CATCH block

c.

If an error does not occur in the TRY block, control is passed to another group of statements that is enclosed in a CATCH block

d.

None of the mentioned

Answer: (b).If an error occurs in the TRY block, control is passed to another group of statements that is enclosed in a CATCH block

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement.

Similar Questions

Discover Related MCQs

Q. Which of the following benefit does Exception handling with the TRY and CATCH blocks provide?

Q. Exception handling is possible in SQL Server using _____________

Q. Which of the following is an Error function used within CATCH block?

Q. ERROR_SEVERITY() returns the ________level of the error.

Q. Which of the following is a global variable for error handling?

Q. How many ways of returning data is present in SQL Server 2000?

Q. Point out the correct statement.

Q. Data return using output parameter is ____________

Q. Which of the following is a system procedure?

Q. Point out the wrong statement.

Q. __________ provides details on any database object.

Q. Which of the following is an extended procedure?

Q. _____________ procedure cannot be created in Resource database.

Q. Nesting level of stored procedure is applicable for ____________

Q. Nesting level of a stored procedure’s execution is stored in the _________ function.

Q. Reasons for consideration of the stored procedure can be?

Q. Point out the correct statement.

Q. __________ takes no parameters and returns all kinds of interesting information.

Q. Which of the following has support for transaction?

Q. Point out the wrong statement.