Examine this statement:
DECLARE not_found CONDITION FOR SQLSTATE '02000';
In which two statements can not found be used?
in a leave statement to exit a loop
in an if statement
in a while loop
in a handler declaration
in a signal statement
Submit