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 rtm in testing?
what are the 'mysql' command line options? : Sql dba
What are the steps for performance tuning.
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
Write the command to remove all players named sachin from the players table.
What are sql injection vulnerabilities?
How to combine two stored procedures in sql?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Why triggers are used?
What are the popular database management systems in the it industry?
What is the difference between row level and statement level trigger?
Can you selectively load only those records that you need? : aql loader
What is a pl/sql block?
How do I quit sql?
Is join an inner join?