Meta
Categories
Category Archives: oracle
Oracle Materialized View
Basics -Also known as snapshots, or summaries -A materialized view creates a REAL table -A materialized view can query -tables, -views -other materialized views -Underlying tables or views are called -mater tables -or detail tables -You can -create index on … Continue reading
Posted in oracle
Leave a comment