Content deleted Content added
→External links: Move "Materialized view" links to Materialized view |
→Advanced view features: Rewrite since this is just about Materialized views |
||
Line 18:
Some systems support the definition of INSTEAD OF [[Database trigger|triggers]] on views. This technique allows the definition of other logic for execution in place of an insert, update, or delete operation on the views. Thus database systems can implement data modifications based on read-only views. However, an INSTEAD OF trigger does not change the read-only or updatable property of the view itself.
==Materialized views==
{{details|Materialized view}}
Various [[
Materialized views were introduced by [[Oracle Database]], while [[IBM DB2]] provides so-called "materialized query tables" (MQTs) for the same purpose. [[Microsoft SQL Server]] introduced in its 2000 version indexed views which only store a separate index from the table, but not the entire data. [[PostgreSQL]] implemented materialized views in its 9.3 release. == Equivalence ==
|