DEVFYI - Developer Resource - FYI

Give the structure of the procedure ?

ORACLE Interview Questions and Answers (Part 3)


(Continued from previous question...)

476. Give the structure of the procedure ?

PROCEDURE name (parameter list.....)
is
local variable declarations
BEGIN
Executable statements.
Exception.
exception handlers
end;

(Continued on next question...)

Other Interview Questions