List the differences between plsql - function & procedures
Answer Posted / iamanocp
Proceure performs an action and function returns a value.
Both have different syntax for creation. Fucntion has
RETURN clause in its declaration.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is a table in a database ? : Sql dba
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Why do we need cursors in pl sql?
How do you delete data from a table?
how many values can the set function of mysql take? : Sql dba
What is difference between sql and oracle?
What is coalesce in sql?
What is a null value?
What is the difference between having clause and where clause?
Is it important to partition hard disk?
What is the difference between local and global temporary table?
What are the various restrictions imposed on view in terms of dml?
Are stored procedures faster than dynamic sql?
What is string data type in sql?
define sql insert statement ? : Sql dba