Exam 1: Introduction To PL/SQL
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
All of the following are considered to be programming languages, except ____.
Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
D
The ____________________ application model attempts to ease application maintenance and enables the support of larger numbers of users.
Free
(Essay)
4.8/5
(35)
Correct Answer:
three-tier
3 tier
three tier
3-tier
The term interoperability implies that PL/SQL can run on any platform that Oracle can run on. _________________________
Free
(True/False)
4.8/5
(27)
Correct Answer:
False
A(n) ____ is a general framework or design that describes how the various components of the application will be addressed.
(Multiple Choice)
4.8/5
(36)
A procedure and function are named program units that are called to perform a specific task.
(True/False)
4.9/5
(33)
An event can range from a user action, such as clicking the button on the screen, to a table update statement that automatically calls a database trigger.
(True/False)
4.9/5
(39)
Which of the following is considered the "brains behind the screens?"
(Multiple Choice)
4.8/5
(30)
Which of the following serves as a visual representation of a database?
(Multiple Choice)
4.8/5
(29)
It can be more efficient to process ____________________ statements stored within the database versus those stored in application code.
(Short Answer)
4.7/5
(40)
PL/SQL allows blocks of statements to be sent to Oracle in a single transmission.
(True/False)
4.9/5
(41)
Because a PL/SQL engine is part of the ____________________, code modules can be used or called from almost any application development language.
(Short Answer)
4.9/5
(31)
PL/SQL code that automatically runs when a particular button is clicked on the screen is an example of a(n) ____.
(Multiple Choice)
4.7/5
(36)
SQL was originally modeled after Ada, a programming language built for the U.S. Department of Defense. _________________________
(True/False)
4.9/5
(32)
The three-tier application model is also referred to as a client/server application.
(True/False)
4.7/5
(42)
Which of the following can receive and return multiple values?
(Multiple Choice)
4.8/5
(36)
A(n) ____________________ can range from a user action, such as clicking a button on the screen, to a table update statement that automatically calls a database trigger.
(Short Answer)
4.9/5
(46)
The term portability refers to the ability of PL/SQL to ____.
(Multiple Choice)
4.8/5
(33)
SQL*Plus is a basic tool available with the Oracle server that allows a user to enter SQL and PL/SQL statements directly to the Oracle database server for processing. _________________________
(True/False)
4.8/5
(32)
Showing 1 - 20 of 54
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)