Answered Questions

  • What is materialized view?

    Habib Ali

    • May 9th, 2016

    A view (typically a complex query containing Joins & Aggregates) which stores its result in a DB Table. Can be cached for faster performance. Its highly used in Data Warehousing Environments, but use it carefully as it has lot of restrictions based on clauses and the underlying query

    sachin rasal

    • Dec 11th, 2015

    Materialised view - A table on a disk that contains the result set of a query

    Non-materiased view - A query that pulls data from the underlying table