RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
Performance Tuning
«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
Create Materialized View Command - Exercise
Understanding the syntax of creating a materialized view
Syntax of materialized views
Objective
Match a clauses in a CREATE MATERIALIZED VIEW statement with its purpose.
Exercise Scoring
Match items in the left column with the items in the right column. When you have completed the exercise, click the
Submit
button to receive full credit.
Instructions
In the left column below are four terms and their corresponding definitions in the right column. When you think you have all of the terms and their definitions matched correctly, click the Submit button and you will see a result set on the following page. When you have completed the exercise, click the
Submit
button to see the correct answers.
COMPLETE/FAST/FORCE/NEVER
ENABLE/DISABLE QUERY REWRITE
BUILD IMMEDIATE/DEFERRED
ON COMMIT/DEMAND
storage_clause
Indicates when the actual data for the view is assembled.
Indicates how the data for the view will be stored.
Indicates when the data for a materialized view is updated.
Indicates whether the cost-based optimizer will use a materialized view.
Indicates how the data for a materialized view will be updated.