What happens when the data type of the actual parameter is not the same as the data type of the formal parameter?
What happens when the data type of the actual parameter is not the same as the data type of the formal parameter?
Which of the following subprograms can use parameters?
Which of the following subprograms can use parameters?
Which of the following is incorrect about a RETURN statement?
Which of the following is incorrect about a RETURN statement?
What happens if a subprogram which has OUT and IN OUT formal parameter exits with an unhandled exception?
What happens if a subprogram which has OUT and IN OUT formal parameter exits with an unhandled exception?
What does PL/SQL do with an unhandled exception?
What does PL/SQL do with an unhandled exception?
What does an unhandled exception do?
What does an unhandled exception do?
What happens when we specify parameters using named notations in wrong order?
What happens when we specify parameters using named notations in wrong order?
Which of the following is incorrect about functions?
Which of the following is incorrect about functions?
When should forward declaration be used in procedures?
When should forward declaration be used in procedures?
Which of the following is not a subprogram?
Which of the following is not a subprogram?
Which of the following is incorrect about actual parameters in a procedure?
Which of the following is incorrect about actual parameters in a procedure?
Which of the following subprogram is stored in the database?
Which of the following subprogram is stored in the database?
When does the compiler implicitly convert the data type of the actual parameter to the data type of the formal parameter?
When does the compiler implicitly convert the data type of the actual parameter to the data type of the formal parameter?
Where are functions normally used?
Where are functions normally used?
Which of the following differentiates a declaration part of a subprogram from an anonymous block?
Which of the following differentiates a declaration part of a subprogram from an anonymous block?
Where can a subprogram be created?
Where can a subprogram be created?
What does a return statement in a function do?
What does a return statement in a function do?
What should be done to change the definition of an existing function?
What should be done to change the definition of an existing function?
What is an unhandled exception?
What is an unhandled exception?
Which part of a subprogram heading is optional?
Which part of a subprogram heading is optional?