what is difference between procedure and function
Answer Posted / shyam katwal
The only difference between procedure and function is:
Function returns a value
whereas
Procedure does not return a value
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is natural join same as inner join?
Why primary key is required?
What is user defined functions?
What is write ahead logging in sql server?
What is dml with example?
Does pl/sql support create command?
what are the types of subquery? : Sql dba
What is sql table?
how to use 'mysql' to run sql statements? : Sql dba
How can you tell the difference between an index and a view?
What is cross join sql?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
Explain the advantages and disadvantages of stored procedure?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What is cross join example?