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
How will you distinguish a global variable with a local variable in pl/sql?
what is the difference between a web-garden and a web-farm? : Sql dba
What is pl sql in oracle?
What are different types of sql commands?
What is the difference between nvl function, ifnull function, and isnull function?
What is Materialized View? In What Scenario we Use Materialized View?
What are its different types of dbms?
How do I order columns in sql?
What are field types?
Can we use pl sql in mysql?
How can I delete duplicate rows?
how to increment dates by 1 in mysql? : Sql dba
How many types of index are there?
What are sql objects?
Does truncate remove indexes?