Home / Programming MCQs / MySQL MCQs / Question

B

Brijesh Goswami • 9.45K Points
Tutor III

Q. What is def in the following statement?

Code:
DECLARE pqr HANDLER FOR def mno;
(A) null
(B) statement
(C) action
(D) condition value
The ‘DECLARE HANDLER’ statement is used to declare a handler. When a condition whose value matches def, MySQL will execute ghi and either continue or exit the current code block.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.