If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am using DB2 V8.1 on Linux. I have a number of materialized views created on a number of base tables. Is it possible to create another materialized view from the existing materialized views? Thank you.
You can create a view on a another view, a base table, or a nickname. Views are not materialized, unless you are talking about something that I don't know about.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Re: Create Materialized view of Materialized views
Hi,
you can create MQTs (Materialized Query Tables, the former Automated Summary Tables) on base tables only.
MQTs are DB2's equivalent of materialized views.
Johann
Quote:
Originally posted by dienh
Hi,
I am using DB2 V8.1 on Linux. I have a number of materialized views created on a number of base tables. Is it possible to create another materialized view from the existing materialized views? Thank you.