Q. What is def in the following statement?

Code:
DECLARE pqr HANDLER FOR def mno;
  • (A) null
  • (B) statement
  • (C) action
  • (D) condition value
πŸ’¬ Discuss
βœ… 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.
Explanation by: Brijesh Goswami
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
260
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Brijesh Goswami
Publisher
πŸ“ˆ
94%
Success Rate