InterviewSolution
Saved Bookmarks
| 1. |
Which statement terminates the execution of a function?(a) BEGIN…END(b) RETURN(c) ITERATE(d) LOOPThis question was addressed to me in my homework.My question is taken from Compound Statement Syntax in section SQL Syntax of MySQL |
|
Answer» The CORRECT answer is (b) RETURN |
|