What is difference between Procedures and Functions ?
Answer Posted / guest
Hi,
Basic Difference is Function must return a value and
Procedure can or cannot return a value using out parameter.
Thanks!
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what are all the different types of indexes? : Sql dba
What is input buffer in sql*plus?
what is index? : Sql dba
Can a foreign key be null?
what is the difference between join and union? : Sql dba
What is clustered index in sql?
what are the different type of sql's statements ? : Sql dba
How to write html code in pl sql?
What are the types of join and explain each?
Which command is used to call a stored procedure?
How can check sql version from command line?
How many columns should be in an index?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is embedded sql what are its advantages?
What is the difference between local and global temporary table?