Home »
PL/SQL MCQs
Which of the following is /are TRUE about calling a PL/SQL function?
69. Which of the following is /are TRUE about calling a PL/SQL function?
- You need to define a function's purpose when creating it.
- In order to utilize a function, you must call it in order to accomplish the defined task.
- Calling a function passes the program control to that function.
- All of the above
Answer: D) All of the above
Explanation:
All the below points are TRUE about calling a PL/SQL function –
- You need to define a function's purpose when creating it.
- In order to utilize a function, you must call it in order to accomplish the defined task.
- Calling a function passes the program control to that function.