Oracle PL-SQL Question:

Download Job Interview Questions and Answers PDF

Give the structure of the procedure?

Oracle PL-SQL Interview Question
Oracle PL-SQL Interview Question

Answer:

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

Download Oracle PL-SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What are the two parts of a procedure?Give the structure of the function?