Home »
PL/SQL MCQs
We can demonstrate which of the following in a PL/SQL function?
68. We can demonstrate which of the following in a PL/SQL function?
- Declare
- Define
- Invoke
- All of the above
Answer: D) All of the above
Explanation:
We can demonstrate Declare, Define and Invoke in PL/SQL function.