Exam 4: Cursors and Exception Handling
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
Implicit cursors are declared and manipulated in the PL/SQL block code for handling a set of rows returned by a SELECT statement. _________________________
(True/False)
4.8/5
(30)
____ refers to an attempted violation of a unique or primary key column constraint.
(Multiple Choice)
4.9/5
(39)
If the INTO clause of a SELECT statement contains either scalar or record variables and if more than one row is selected, the TOO_MANY_ROWS error is raised. _________________________
(True/False)
4.8/5
(37)
Bulk processing options can have a detrimental effect on performance.
(True/False)
4.7/5
(25)
Implicit cursors are declared and manipulated in the PL/SQL block code for handling a set of rows returned by a SELECT statement.
(True/False)
4.8/5
(39)
The ____ option groups rows of queries or DML statements for processing.
(Multiple Choice)
4.8/5
(36)
You can process multiple rows of data from a database by creating explicit cursors.
(True/False)
4.9/5
(31)
Some cursor variables are references or pointers to a specific work area.
(True/False)
4.9/5
(42)
The ____ action used with an explicit cursor creates a named cursor identified by a SELECT statement.
(Multiple Choice)
4.8/5
(38)
____ refers to a condition where there is no WHEN clause in the CASE statement.
(Multiple Choice)
4.9/5
(27)
____ is used to trap errors not specifically addressed in one of the exception handlers.
(Multiple Choice)
4.8/5
(42)
Because Oracle does not raise an error if a(n) ____________________ does not affect any rows, you must include specific instructions in the block.
(Short Answer)
4.8/5
(40)
A(n) PRAGMA statement instructs Oracle to use some additional information provided when compiling and executing a block. _________________________
(True/False)
4.8/5
(32)
Explicit cursors are declared automatically for all DML and SELECT statements issued within a PL/SQL block.
(True/False)
4.8/5
(33)
A(n) ____________________ is one that a developer explicitly raises in the block to enforce a business rule.
(Short Answer)
4.8/5
(41)
A(n) ____ is a mechanism to trap an error that occurs in processing.
(Multiple Choice)
4.9/5
(33)
The ____ handler should always be the last handler listed in the EXCEPTION section of a block.
(Multiple Choice)
4.8/5
(33)
The RAISE_APPLICATION_ERROR is an Oracle built-in procedure that allows the developer to associate their own error number and message to an error. _________________________
(True/False)
5.0/5
(38)
Showing 21 - 40 of 65
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)