Home » MYSQL » Mysql Compound Statements » Question
  1. Which statement terminates the execution of a function?
    1. ITERATE
    2. LOOP
    3. RETURN
    4. BEGIN…END
    5. None of these
Correct Option: C

The ‘RETURN’ statement is used only within stored functions, not stored procedures, triggers, or events. When this statement is executed it terminates execution of the function.



Your comments will be displayed only after manual approval.