Neoview SQL Reference Manual (R2.2)
CREATE MVGROUP Statement
The CREATE MVGROUP statement groups together materialized views that are defined on a
common table to preserve database consistency.
For information on MVGROUPS, see “MVGROUPs ” (page 254)and “MAINTAIN MVGROUP”
(page 184).
CREATE MVGROUP mv-group-name
mv-group-name
specifies the materialized view group name to create.
Example of CREATE MVGROUP
• This example creates a materialized view group:
CREATE MVGROUP pgroup
66 SQL Statements