What is difference between a PROCEDURE & FUNCTION ?
Answer Posted / anil kumar jampana
sorry, we can use in,inout,out parameters in functions also.
one more diff. we can use functions in normal sql queries
but we cann't use procedures in sql queries....
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are views in sql?
Do ddl statements need commit?
What is update query?
How do I run a script in sql developer?
What are its different types of dbms?
How do you modify a trigger?
how to rename an existing table in mysql? : Sql dba
Is left join same as join?
What is a clob in sql?
Can two tables have same primary key?
What is sorting in sql?
Can there be more than one function with a similar name in a pl/sql block?
what is the difference between cluster and non cluster index? : Sql dba
Difference between global and parameter variables?
what is sp_pkeys? : Transact sql