A

Arogya • 3.19K Points
Extraordinary

Q. What is the difference between procedure and function in Oracle?

  • (A) Procedure returns value but function does not
  • (B) Function returns a value but procedure may not
  • (C) Both are same
  • (D) Procedure only works in SQL

Explanation by: Arogya
Functions must return a value, while procedures are not required to return any value.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.