What is difference between a PROCEDURE & FUNCTION ?
Answer Posted / naresh bs
The main difference is that, a procedure may return and
value but a function has to return a value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use delete in merge statement?
What is the difference between a database and a relational database?
What is clustered index sql?
What are the syntax and use of the coalesce function?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What does an inner join do?
How do I edit a trigger in sql developer?
Explian rowid, rownum?
how to fetch common records from two tables? : Sql dba
What is the purpose of cursors in pl/sql?
What is percent sign in sql?
What is lookup table in sql?
Explain what is rdbms?
what is a join? : Sql dba
How to change the order of columns in Oracle SQL Plus ?