Which Of The Following Is The Main Difference Between A #552
Which of the following is the main difference between a function and a procedure in PL/SQL?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 PL/SQL Procedures, Functions and Cursors - PL/SQL Function - Quiz No.1.
Which of the following is the main difference between a function and a procedure in PL/SQL?
Function is user-defined, Procedure is pre-defined
Function returns a value, Procedure does not return any value
Function uses only actual parameters, Procedures uses only formal parameters
Function and Procedure do not have any differences