-
What is def in the following statement?
DECLARE pqr HANDLER FOR def mno;
-
- null
- statement
- action
- condition value
- None of these
Correct Option: D
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.