Answers

Question and Answer:

  Home  Oracle PL-SQL

⟩ What is difference between a PROCEDURE & FUNCTION?

A FUNCTION is always returns a value using the return statement.

A PROCEDURE may return one or more values through parameters or may not return at all.

 148 views

More Questions for you: