adplus-dvertising
frame-decoration

Question

Point out the correct statement.

a.

While executing some DML Statement like INSERT, DELETE, UPDATE we can handle the error for checking proper output

b.

If transaction fails, then we need to commit – This can be done by error handling

c.

If transaction succeeds, then we need to rollback – This can be done by error handling

d.

None of the mentioned

Answer: (a).While executing some DML Statement like INSERT, DELETE, UPDATE we can handle the error for checking proper output

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 correct statement.

Similar Questions

Discover Related MCQs

Q. Which of the following statements can be checked for Errors?

Q. Purpose of TRY…CATCH block in SQL Server is ___________

Q. Point out the wrong statement.

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.