Google News
logo
PL/SQL - Quiz(MCQ)
Which of the following is NOT present in the syntax of PL/SQL function?
A)
[OR REPLACE]
B)
Function_name
C)
Optional Parameter List
D)
None of the above

Correct Answer :   None of the above


Explanation : Function_name, [OR REPLACE], Optional Parameter List, IN are all present in the syntax of PL/SQL function.

Advertisement