Title | |
---|---|
What is the difference between PL/SQL Function and PL/SQL Procedure?What is the difference between PL/SQL Function and PL/SQL Procedure?
The answer is:
B. PL/SQL Procedure may or may not return the value whereas PL/SQL Function must have to return the value.
|
|
Which of the following is NOT present in the syntax of PL/SQL function?Which of the following is NOT present in the syntax of PL/SQL function?
The answer is:
D. None of the above
|
|
PL/SQL function must contain a –PL/SQL function must contain a –
The answer is:
C. Return Statement
|
|
AS Keyword is used in the PL/SQL function in order to create a –AS Keyword is used in the PL/SQL function in order to create a –
The answer is:
D. Standalone Function
|
|
We can demonstrate which of the following in a PL/SQL function?We can demonstrate which of the following in a PL/SQL function?
The answer is:
D. All of the above
|
|
Which of the following is /are TRUE about calling a PL/SQL function?Which of the following is /are TRUE about calling a PL/SQL function?
The answer is:
D. All of the above
|
|
The call function returns program control to the ____ after successful completion of the defined taskThe call function returns program control to the ____ after successful completion of the defined task.
The answer is:
C. Main Program
|
|
Calling a function requires that the parameters be provided along with the ____, and if the function returns a value, that value can be storedCalling a function requires that the parameters be provided along with the ____, and if the function returns a value, that value can be stored.
The answer is:
A. Function Name
|
|
It is called ____ when the subprogram calls itself and ____ is the processIt is called ____ when the subprogram calls itself and ____ is the process.
The answer is:
B. Recursive Call, Recursion
|
|
In order to remove the PL/SQL function, which function is used?In order to remove the PL/SQL function, which function is used?
The answer is:
D. DROP FUNCTION
|
MCQs
Views
Best Answers
Points