Home » MYSQL » MySQL Triggers » Question
  1. What is def in the following statement?
    DECLARE pqr HANDLER FOR def mno;
    1. null
    2. statement
    3. action
    4. condition value
    5. 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.



Your comments will be displayed only after manual approval.