RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
Index Enhancements
«Prev
Next»
Performance Tuning
Optimizer and Query
Oracle Optimizer Functions
Optimizer Characteristics
Using Stored Outlines
DBMS_STATS Package
Statistics Package
Monitoring DB Operations
Examine Stats
Materialized Views
What are materialized Views
Materialized View Syntax
Summary Data Joins
Index Materialized View
Oracle Handling Invalidation
Query Rewriting Conditions
Explain Plan Command
Managing MV
MV Conclusion
Index Enhancements
Index Types Review
Create Descending index
Oracle bitmapped Index
Create Reverse Index
Creating Statistics
Understanding Domain Indexing
Rebuilding Defragmenting indexes
Function Based indexing
Creating Function-based-index
Index Category Conclusion
Index Organized Tables
index Organized Table
Create IOT Ttable
Bridge Primary Keys
Rebuild Index
Create Secondary Indexes
IOT vs. Regular Tables
IOT Table Conclusion
Advanced Queuing
What is Advanced Queuing
Data Dictionary Views
PL/SQL Applications for Queuing
Developing Advanced Queuing Apps
Developing PL/SQL Apps for Enqueuing
Developing Appslications-dequeuing
PL/SQL Propagation Functionality
Run Queuing Apps
Advanced Queuing Conclusion
Managing LOB
Converting long to LOB
Oracle Index Enhancements - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Why would you create a domain index?
Please select all the correct answers.
A.
To handle unusual data types, such as spatial data or video clips
B.
To replace an existing Oracle comparison operator
C.
To create a new comparison operator
D.
To add a rule to the rule-based optimizer
2.
In which of these commands can you use the new
ONLINE
parameter?
Please select all the correct answers.
A.
CREATE TABLE
B.
CREATE INDEX
C.
ALTER INDEX
D.
ANALYZE
3.
When is a function-based index used?
Please select the best answer.
A.
Whenever its associated table is accessed
B.
Whenever a SQL statement uses the function in its
WHERE
clause
C.
Whenever a SQL statement uses the function in its
WHERE
clause while accessing the table the index is associated with
D.
Whenever the rule-based optimizer determines it should be used