Home »
PL/SQL MCQs
Calling a function requires that the parameters be provided along with the ____, and if the function returns a value, that value can be stored
71. Calling a function requires that the parameters be provided along with the ____, and if the function returns a value, that value can be stored.
- Function Name
- Optional Parameter List
- IF Statement
- Rollback Statement
Answer: A) Function Name
Explanation:
Calling a function requires that the parameters be provided along with the function name, and if the function returns a value, that value can be stored.