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
Are sql connections encrypted?
What is a join?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
What are the three pl sql block types?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
what is sp_pkeys? : Transact sql
How can we make an if statement within a select statement?
Is sql between inclusive?
Differentiate between syntax and runtime errors.
How is data stored in sql?
Does sql*plus also have a pl/sql engine?
How to start oracle sql developer?
What is difference between ms sql and mysql?
what is 'mysqlcheck'? : Sql dba
Can triggers stop a dml statement from executing on a table?