What is difference between Procedures and Functions ?
Answer Posted / roopesh kumar
(1) Procedure may or may not return value but function
should.
(2) We can't call a procedure inside a sql stmt but
function can.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is embedded sql with example?
Write a query to find the names of users that begin with "um" in sql?
Can we perform dml in function?
What is scope of pl sql developer in future?
What is the life of an sql statement?
What is natural join in sql?
What is your daily office routine?
What is database sql?
What is rollback?
What is self-join and what is the requirement of self-join?
What is a trigger in sql?
What is execute immediate?
Does sql backup shrink transaction log?
What is the difference between subquery and correlated query?
Is sql harder than python?