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
How do I save the results of sql query in a file?
What is the maximum number of columns in sql table?
What is the starting oracle error number?
What is the difference between left outer join and left join?
What are different types of sql commands?
Can we rename a column in the output of sql query?
What does select top 1 do in sql?
What is procedure and function?
When you have to use a default "rollback to" savepoint of plvlog?
Is record in oracle pl sql?
What is a record in pl/sql?
Is primary key always clustered index?
What is the difference between null value, zero, and blank space?
What is rowtype?
Does truncate free space?