DEVFYI - Developer Resource - FYI

Give the structure of the function ?

ORACLE Interview Questions and Answers (Part 3)


(Continued from previous question...)

486. Give the structure of the function ?

FUNCTION name (argument list .....) Return datatype is
local variable declarations
Begin
executable statements
Exception
execution handlers
End;

(Continued on next question...)

Other Interview Questions