Exam 9: Advanced SQL and PlSQL Topics
Exam 1: Clientserver Databases and the Oracle10g Relational Database100 Questions
Exam 2: Creating and Modifying Database Tables100 Questions
Exam 3: Using SQL Queries to Insert, update, delete, and View Data100 Questions
Exam 4: Introduction to PlSQL100 Questions
Exam 5: Introduction to Forms Builder100 Questions
Exam 6: Creating Custom Forms100 Questions
Exam 7: Creating Database Reports100 Questions
Exam 8: Creating an Integrated Database Application100 Questions
Exam 9: Advanced SQL and PlSQL Topics100 Questions
Exam 10: Advanced Forms Builder Topics100 Questions
Exam 11: Introduction to Oracle 10g Database Administration100 Questions
Select questions type
The first field of a composite index is the ____________________ field.
(Short Answer)
4.8/5
(39)
How do you specify that a trigger should only fire if the value of the column AMOUNT is less than 100?
(Multiple Choice)
4.7/5
(36)
A PL/SQL stored program unit can run on either the database server or on the client workstation.
(True/False)
4.9/5
(30)
Variables declared in a package can only be used within the package.
(True/False)
4.7/5
(24)
Why is it convenient to use Forms Builder to develop stored program units?
(Essay)
4.9/5
(40)
What keyword indicates the start of the body of a stored procedure?
(Multiple Choice)
4.8/5
(40)
How do you temporarily disable a trigger called my_trigger?
(Multiple Choice)
4.8/5
(28)
What is the keyword that indicates the start of a trigger body?
(Multiple Choice)
4.8/5
(40)
Which of the following is a legal command when used in a trigger body?
(Multiple Choice)
4.8/5
(37)
In a procedure declaration,the DEFINE keyword follows the parameter list.
(True/False)
4.9/5
(38)
A(n)____________________ is a program unit that can receive multiple input parameters and return multiple output values or return no output values.
(Short Answer)
4.8/5
(29)
What keyword indicates that a procedure definition is finished?
(Multiple Choice)
4.9/5
(30)
What is the extension for a PL/SQL library executable file?
(Multiple Choice)
4.8/5
(33)
The IN OUT parameter mode is the default if parameter mode is not specified.
(True/False)
4.9/5
(35)
Trigger ____________________ defines whether a trigger fires before or after the SQL statement executes,and can have the values BEFORE or AFTER.
(Short Answer)
4.7/5
(37)
To create a package specification in Forms Builder,you create a new program unit of type ____________________,and then create the package specification in the PL/SQL Editor.
(Short Answer)
4.8/5
(26)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)