What is difference between a PROCEDURE & FUNCTION?
Submitted by: AdministratorA 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.
Submitted by: Administrator
A PROCEDURE may return one or more values through parameters or may not return at all.
Submitted by: Administrator
Function:
1) should return value ,
2) used in both sql and plsql
Procedure :
1) may or may not return value ,
2) only used in plsql .
Submitted by: Nithya S
1) should return value ,
2) used in both sql and plsql
Procedure :
1) may or may not return value ,
2) only used in plsql .
Submitted by: Nithya S
Read Online Oracle PL-SQL Job Interview Questions And Answers
Top Oracle PL-SQL Questions
☺ | Explian rowid, rownum?what are the psoducolumns we have? |
☺ | what is the starting oracle error number? |
☺ | What is difference b/w stored procedures and application procedures, stored function and application function? |
☺ | In a Distributed Database System Can we execute two queries simultaneously? Justify? |
☺ | Name the tables where characteristics of Package, procedure and functions are stored? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Forms Reports Interview Questions. |