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 the difference between count 1 and count (*) in a sql query?
What is rowtype?
What are the operators used in select statements?
Can you sum a count in sql?
How many types of keys are there in sql?
Is progress software supports to ( pl/sql )?
How can you fetch first 5 characters of the string?
Which nosql database is best?
Enlist the characteristics of pl/sql?
What is sqlerrm?
Can ddl statements be used in pl/sql?
What is a schema sql?
What is package in pl sql?
How do I create an index in word?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.