Please send your Questions & Answers or Feedback to "mohan@javabook.org"
Why use materialized view instead of a table?
Materialized views are basically used to increase query performance since it contains results of a query. They should be used for reporting instead of a table for a faster execution.