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 trigger ____________________ defines whether a trigger fires once for each triggering statement or once for each row affected by the triggering statement,and can have the values ROW or STATEMENT.
(Short Answer)
4.9/5
(39)
You can cause a trigger to be executed only if a certain condition is true by adding the WHEN clause to the trigger header.
(True/False)
4.8/5
(37)
____________________ variables are visible to many different PL/SQL programs.
(Short Answer)
4.9/5
(39)
Index names should using the naming convention tablename_fieldname.
(True/False)
4.9/5
(42)
What type of data structure does Oracle use to store indexes?
(Multiple Choice)
4.8/5
(34)
Which of the following program units executes on the client workstation?
(Multiple Choice)
4.8/5
(38)
A(n)____________________ is a place in the database that stores object identifiers for a user's database objects.
(Short Answer)
4.9/5
(33)
A PL/SQL library can only contain stored procedures,not functions.
(True/False)
4.8/5
(41)
How do you reference the previous value of a field from within a trigger?
(Multiple Choice)
4.8/5
(29)
How many records does it take for a table to be considered large?
(Multiple Choice)
4.8/5
(40)
Which of the following stored program units can return zero,one,or many values?
(Multiple Choice)
4.9/5
(33)
The ____ command is used to display error information if a procedure does not compile.
(Multiple Choice)
5.0/5
(38)
What keyword follows the parameter declaration list in a procedure header?
(Multiple Choice)
4.9/5
(36)
The ____ keyword is used to call a stored procedure in SQL*Plus.
(Multiple Choice)
4.8/5
(32)
If you modify a library in Forms Builder,you must reattach the library to the forms that use it before the changes will take effect.
(True/False)
4.7/5
(32)
The extension for a compiled PL/SQL library is ____________________.
(Short Answer)
4.8/5
(26)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)