What is the difference between Views and Materialized Views in Oracle?

前端 未结 8 2090
一向
一向 2020-12-02 03:35

What is the difference between Views and Materialized Views in Oracle?

8条回答
  •  自闭症患者
    2020-12-02 04:09

    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

提交回复
热议问题