Exam 3: Handling Data In PL/SQL Blocks
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 syntax of the following code fragment is correct.
BEGIN
If lv_rows_num = 0
GOTO insert_row;
End If;
(True/False)
4.9/5
(31)
Which of the following is sometimes called a jumping control because it instructs programs to "jump to" some specific area of the code?
(Multiple Choice)
4.9/5
(29)
PL/SQL blocks use assignment variables to assign values to variables. _________________________
(True/False)
4.8/5
(40)
The INTO clause follows the SELECT clause and indicates which variables are to hold the values that are retrieved from the database.
(True/False)
4.8/5
(34)
____ are functions that can be used in conjunction with table variables and allow greater ability to manipulate table values.
(Multiple Choice)
5.0/5
(39)
A(n) ____________________ is an ordered group of elements that allows the handling of multiple values of the same data type as a single unit.
(Short Answer)
4.7/5
(37)
A(n) ____ of data typically includes a number of different fields.
(Multiple Choice)
4.9/5
(48)
Declaring a table of records variable in a package specification allows it to persist for a user session.
(True/False)
4.8/5
(37)
A(n) ____________________ statement could be used to create a record data type.
(Short Answer)
4.8/5
(35)
Which of the following code fragments tells the system to look up the data type of a database column and use it for the declared variable?
(Multiple Choice)
4.9/5
(34)
Which of the following attributes is available to enable movement through the associative array data?
(Multiple Choice)
4.9/5
(37)
A(n)index table is an ordered group of elements that allows the handling of multiple values of the same data type as a single unit. _________________________
(True/False)
4.7/5
(38)
The associative array attribute EXISTS returns the total number of values in the table. _________________________
(True/False)
4.8/5
(33)
A(n) ____ can store and handle multiple values of different data types as one unit.
(Multiple Choice)
4.9/5
(32)
A composite data type is a variable that can store and handle multiple values of the same data type as one unit.
(True/False)
4.8/5
(35)
Which of the following code fragments correctly uses a record variable to hold the row of data queried for a shopper?
(Multiple Choice)
4.8/5
(42)
The GOTO statement interrupts the flow of execution of a program.
(True/False)
4.8/5
(37)
Showing 21 - 40 of 51
Filters
- Essay(3)
- Multiple Choice(18)
- Short Answer(7)
- True False(23)
- Matching(0)