Home » MYSQL » Mysql Compound Statements » Question
  1. Which statement exits a labeled flow-control construct?
    1. LOOP
    2. RETURN
    3. DESCRIBE
    4. LEAVE
    5. None of these
Correct Option: D

The ‘LEAVE’ statement is used to exit a labeled flow-control construct. This statement must appear within the construct that has the given label. The syntax of the statement is ‘LEAVE label’.



Your comments will be displayed only after manual approval.