function can return value ,procedure also return value through
out parameter then what is the difference?
Answer Posted / damodharan
function should always return only one value
but procedure may return a value value it may one or more
than one value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are keys in sql?
Can we use views in stored procedure?
Explain the update statement in sql
Can primary key be changed?
What do you mean by dbms? What are its different types?
What is a loop in sql?
What are pl/sql packages?
What are the steps for performance tuning.
What is a common use of group by in sql?
What programs use sql?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What is data type in sql?
What is the difference between having clause and where clause?
What is meaning of <> in sql?
What is parameter substitution in sql?