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
What is sql scripting?
Which join is default?
how to install mysql? : Sql dba
Write the command to remove all players named sachin from the players table.
what are sequences
Are sql connections encrypted?
What are triggers and its uses?
What is difference sql and mysql?
What is an exception in PL/SQL? What are the two types of exceptions?
Why is sharding used?
Explain raise_application_error.
What are the advantages of stored procedure?
What is before trigger?
What is the trigger in sql?
What is nvarchar in sql?