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
When creating a package specification,components must be declared in the following order: public variables,cursors,functions and procedures.
(True/False)
4.7/5
(24)
To call a stored procedure from a PL/SQL program,do not use the EXECUTE keyword.
(True/False)
4.7/5
(31)
If an index does not improve query performance,it should be dropped.
(True/False)
5.0/5
(27)
A composite index is used for a query that uses logical operators in the search condition.
(True/False)
5.0/5
(37)
To save a program unit as a stored program unit in the database,you use the ____ node in the Object Navigator
(Multiple Choice)
4.8/5
(37)
To find information on the indexes in your own schema use the ____________________ data dictionary view.
(Short Answer)
4.8/5
(25)
A database table ____________________ is a distinct database table that contains data values,along with a corresponding column that specifies the physical locations of the records that contain those data values.
(Short Answer)
4.9/5
(42)
A(n)____________________ is a database index table that contains multiple sorted columns that the DBMS can use for identifying the row location.
(Short Answer)
4.9/5
(36)
To display a summary listing of compile errors generated by the last program unit that was compiled,you execute the SHOW ERRORS command.
(True/False)
4.9/5
(39)
Under what circumstances does Oracle Corporation recommend creating an index?
(Essay)
4.8/5
(29)
A PL/SQL package contains exactly the same functionality as a library,but it resides on the database server.
(True/False)
4.7/5
(40)
Which of the following program units must return exactly one value?
(Multiple Choice)
4.7/5
(31)
The Database Objects node in Forms Builder is a top-level node within the Object Navigator,and is not associated with a specific form.
(True/False)
4.9/5
(33)
Any stored procedures and functions developed in Forms Builder can never be used by other users.
(True/False)
4.9/5
(45)
What is the maximum number of columns that can be contained in a composite index?
(Multiple Choice)
4.7/5
(29)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)