What is difference between a PROCEDURE & FUNCTION ?
Answer Posted / ace
A function is a special kind of procedure. A function
returns a value in its name. A function can return more
than one value if it returns a ref cursor.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we join tables without foreign key?
What is mutating table error?
What does inner join mean?
how to shutdown mysql server? : Sql dba
Why does sql need a server?
What is use of package in pl sql?
How do I count rows in sql query?
Can a commit statement be executed as part of a trigger?
What is the difference between clustered and non-clustered indexes?
Why we use stored procedure instead of query?
What is update query?
What is foreign key in sql with example?
What is compound trigger?
what are date and time functions in mysql? : Sql dba
What is loop in pl sql?