Answers

Question and Answer:

  Home  Oracle PL-SQL

⟩ Give the structure of the function?

FUNCTION name (argument list .....) Return datatype is

local variable declarations

Begin

executable statements

Exception

execution handlers

End;

 196 views

More Questions for you: