what is difference between procedure and function
Answer Posted / monalisa dalbehera
Function always return a single value
Procedure may or may not return a value.
A procedure can return more than one value by using out
parameter.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do you partition data?
What is rename command in sql?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
Why is the cursor important?
what is sql in mysql? : Sql dba
What is use of term?
what are the properties and different types of sub-queries? : Sql dba
What is the use of partition by in sql?
What is trigger with example?
How do I run a sql query in pgadmin 4?
What is the cause of mutating table error and how can we solve it?
How do you know if a relationship is 2nf?
What are keys in sql?
What is indexing in sql and its types?
How to disable a trigger name update_salary?