What is difference between a PROCEDURE & FUNCTION ?
Answer Posted / ace
A function is a special kind of procedure. A function
returns a value in its name. A function can return more
than one value if it returns a ref cursor.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we call procedure in select statement?
What is varray in pl sql?
How sql query is executed?
What are the key differences between SQL and PL SQL?
How long does it take to learn pl sql?
What are all the ddl commands?
What is the purpose of normalization?
what is acid property in database? : Sql dba
How does an execution block start and end in pl sql?
What does the hierarchical profiler does?
What is a sql*loader control file?
What is the difference between stored procedure and view?
What is the main reason behind using an index?
What is the difference between partition and index?
Can we debug stored procedure?