Answer Posted / raj dhar
Function :- Function always return one value.
Procedure :- Procedure may or may not be return value.
Function :- Function always required " RETURN " key word.
Procedure :- Procedure doesn't require " RETURN" key word.
Function :- Function we use parameter IN.
Procedure :- Procedure we use parameter IN,OUT,INOUT.
etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is query image?
How to check the oracle tns settings?
How to define a procedure inside another procedure?
What is materialized view in Oracle?
What are set operators?
How to convert a date to char in oracle? Give one example.
if you ctreate table identity
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How to get the Installed Oracle Version Information ?
What does sharding mean?
What is set verify off in oracle?
How to define a data field as not null?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
How to compare dates in oracle sql?
What is Virtual Private Database in Oracle?