Home » MYSQL » Mysql Compound Statements » Question
  1. The statement that constructs a branching flow-control construct is _____________.
    1. ITERATE
    2. BEGIN…END
    3. LEAVE
    4. CASE
    5. None of these
Correct Option: D

The ‘CASE’ statement provides a branching flow-control construct. When the initial expression, ‘expr’, is present, CASE compares it to the expression following each ‘WHEN’.



Your comments will be displayed only after manual approval.