Home » MYSQL » Mysql miscellaneous » Question
  1. The statement that exits a labeled flow-control construct is _____________.
    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.