Q. What is def in the following statement?
Code:
DECLARE pqr HANDLER FOR def mno;
β
Correct Answer: (D)
condition value
Explanation: 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.