Question:Which is the best method to handle errors and deadlocks?
A Errors and deadlocks can be handled by using stored procedures
B Errors and deadlocks can be handled by using cursors
C Errors and deadlocks can be handled by using Try and Catch constructs
D Errors and deadlocks can be handled by using inline queries
+ AnswerC
+ Report