Programmatic Constructs Question:

Explain What is difference between Procedures and Functions?

Oracle Programmatic Constructs Interview Question
Oracle Programmatic Constructs Interview Question

Answer:

A Function returns a value to the caller where as a Procedure does not.


Previous QuestionNext Question
Explain What are the advantages of having a Package?Explain What are Oracle Schema Objects?