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
Is truncate ddl or dml?
What is the difference between clustered and non-clustered indexes?
How to convert comma separated string to array in pl/sql?
What are the packages in pl sql?
What does fetching a cursor do?
What is an inconsistent dependency?
What are the commands used in sql?
What is oracle sql called?
What is the location of pre_defined_functions.
how to include numeric values in sql statements? : Sql dba
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
Can we rollback delete command?
explain the difference between bool, tinyint and bit. : Sql dba
how to enter numeric values as hex numbers? : Sql dba
What trigger means?