-2

What is the difference between function and procedure in PL/SQL?

Community
  • 1
  • 1
Kevytosh
  • 26
  • 5
  • 1
    possible duplicate of [What is the difference between function and procedure in PL/SQL?](http://stackoverflow.com/questions/771949/what-is-the-difference-between-function-and-procedure-in-pl-sql) – Joel Apr 07 '14 at 13:41
  • my question is little different buddy – Kevytosh Apr 07 '14 at 13:49

1 Answers1

0

No, it is not. In PL/SQL functions return data, procedures do not. In C for example both are called functions.

Thorsten Kettner
  • 89,309
  • 7
  • 49
  • 73