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
Explain unique key in sql.
What is 19 null in sql?
What is a sql driver?
what is schema? : Sql dba
What is trigger price?
What programs use sql?
What is identity column in sql server?
what are numeric data types? : Sql dba
How do I order columns in sql?
how to shutdown mysql server? : Sql dba
Does varchar need length?
How do you truncate?
How does rowid help in running a query faster?
What is the difference between row level and statement level trigger?
What is a primary key example?