What is the difference between function and procedure in PL/SQL?
Asked
Active
Viewed 96 times
-2
-
1possible 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 Answers
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