A

Admin • 833K Points
Coach

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

  • (A) action
  • (B) RESTRICT
  • (C) statement
  • (D) null
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.