What is difference between a PROCEDURE & FUNCTION ?
Answer Posted / chandrasekar.ramasamy
Function accepts only in parameter but procedure accepts
in,out and inout
Function mostly used for mathamatical calculations
But procedure used to execute business logics
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
How does postgresql compare to "nosql"?
Write a query to find the names of users that begin with "um" in sql?
What is dml statement?
How do I run a pl sql procedure in sql developer?
What is a schema sql?
How do you modify a trigger?
how to get a list of all tables in a database? : Sql dba
Why sql query is slow?
What is oracle sql called?
what is self-join? : Sql dba
what are the drivers in mysql? : Sql dba
How to connect a sql*plus session to an oracle server?
what are the different type of normalization? : Sql dba
Why do we use joins in sql?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints