What is difference between a PROCEDURE & FUNCTION ?
Answer Posted / pankaj mehra
Well the main difference between procedures and function is
that the procedure may/may not return any value.it can
return more than one value also.
but functions can return only one value at a time and it
must have return keyword inside the function
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
how can I make a script that can be bi-language (supports english, german)? : Sql dba
how to use like conditions? : Sql dba
How to combine two stored procedures in sql?
What is the best sql course?
What does count (*) mean?
What is delimiter sql?
What is string join?
Write the command to remove all players named sachin from the players table.
what are the authentication modes in sql server? : Sql dba
How many unique keys can a table have?
Which type of cursor is used to execute the dml statement?
Can a varchar be a primary key?
How to read xml file in oracle pl sql?
Explain the difference in execution of triggers and stored procedures?