Q. What is abc in the following MySQL statement?
DECLARE abc HANDLER FOR def ghi;

  • (A) action
  • (B) RESTRICT
  • (C) statement
  • (D) null
πŸ’¬ Discuss
βœ… Correct Answer: (A) action
Explanation: This MySQL statement is used to declare a handler. Handlers are used to handle specific events that occur during the execution of a stored procedure or function.
Explanation by: Vikash Gupta
This MySQL statement is used to declare a handler. Handlers are used to handle specific events that occur during the execution of a stored procedure or function.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
100
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
97%
Success Rate