InterviewSolution
Saved Bookmarks
| 1. |
Describe The Difference Between A Procedure, Function And Anonymous Pl/sql Block. |
|
Answer» Candidate should mention USE of DECLARE statement, a FUNCTION must return a value while a procedure doesn't have to. Also ONE can use function in Select SQL statement but not procedure. Candidate should mention use of DECLARE statement, a function must return a value while a procedure doesn't have to. Also one can use function in Select Sql statement but not procedure. |
|