Exam 5: Procedures
Exam 1: Introduction To PL/SQL54 Questions
Exam 2: Basic PL/SQL Block Structures81 Questions
Exam 3: Handling Data In PL/SQL Blocks51 Questions
Exam 4: Cursors and Exception Handling65 Questions
Exam 5: Procedures75 Questions
Exam 6: Functions51 Questions
Exam 7: PL/SQL Packages68 Questions
Exam 8: Program Unit Dependencies61 Questions
Exam 9: Database Triggers54 Questions
Exam 10: Oracle-Supplied Packages, Dynamic SQL, and Hiding Source Code85 Questions
Select questions type
The term server-side refers to code that resides on the client machine.
Free
(True/False)
4.8/5
(38)
Correct Answer:
False
The ____ area of a block determines what happens if an error occurs.
Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
D
In a(n) ____________________, you associate a value to each parameter by name in the invoke statement.
(Short Answer)
4.7/5
(37)
The term autonomous transaction refers to additional instructions for the PL/SQL compiler to use during program unit compilation. _________________________
(True/False)
5.0/5
(39)
The parameters in the procedure declaration of an application are called actual parameters. _________________________
(True/False)
4.8/5
(36)
The variable name ____ conforms to Oracle11g naming standards.
(Multiple Choice)
4.8/5
(44)
In a(n) positional method, you associate a value to each parameter by name in the invoke statement. _________________________
(True/False)
4.8/5
(43)
Debugging is the process of identifying and removing errors from within program code. _________________________
(True/False)
4.8/5
(26)
When invoking a procedure list, the values are listed in the order in which the parameters are declared in the procedure. _________________________
(True/False)
4.8/5
(37)
The ____ mode type is considered constant because it cannot be changed within the procedure.
(Multiple Choice)
4.7/5
(33)
A(n) database trigger performs tasks automatically when a particular application event occurs such as when a user clicks a button on the screen. _________________________
(True/False)
4.7/5
(33)
One important item that needs to be considered when creating stored procedures is to make them flexible so that they can be ____.
(Multiple Choice)
4.8/5
(31)
The term pragma refers to additional instructions for the PL/SQL compiler to use during program unit compilation.
(True/False)
4.8/5
(44)
The ____ command can be used to list details about the structure of a procedure, such as information regarding the parameters.
(Multiple Choice)
4.8/5
(25)
If no mode is indicated in a parameter, the default value of ____________________ is applied.
(Short Answer)
4.8/5
(32)
The ____________________ area of a block determines what happens if an error occurs.
(Short Answer)
4.7/5
(37)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)