Answers

Question and Answer:

  Home  Oracle PL-SQL

⟩ Give the structure of the procedure?

PROCEDURE name (parameter list.....)

is

local variable declarations

BEGIN

Executable statements.

Exception.

exception handlers

end;

 204 views

More Questions for you: