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
Can we use rowid as primary key?
how to shut down the server with 'mysqladmin'? : Sql dba
What is view explain with example?
what is heap table? : Sql dba
Can we use two order by clause in query?
What is a native sql query?
what is 'mysqladmin' in mysql? : Sql dba
Why is theta join required?
What are predefined functions in sql?
What type of database is sql?
How many types of literals are available in pl sql?
what are the disadvantages of mysql? : Sql dba
Is natural join and inner join same?
What is meant by cursor in sql?
How do you use a while loop in pl sql?