Home »
MCQs »
Oracle MCQs »
Oracle Functions MCQs
Before invoking a function, it must be ____
2. Before invoking a function, it must be ____.
- Declared
- Defined
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
Before invoking a function, it must be declared and defined.