Q. What is def in the following MySQL statement?
DECLARE abc HANDLER FOR def ghi;
DECLARE abc HANDLER FOR def ghi;
β
Correct Answer: (B)
my_sys.h
Explanation: In this MySQL statement, "def" represents the condition that triggers the handler.