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.

 
Go Back  dBforums > Database Server Software > DB2 > Create Materialized view of Materialized views

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-13-03, 17:12
dienh dienh is offline
Registered User
 
Join Date: Nov 2003
Posts: 1
Create Materialized view of Materialized views

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.

Cheers,
Dien
Reply With Quote
  #2 (permalink)  
Old 11-13-03, 17:21
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
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
Reply With Quote
  #3 (permalink)  
Old 11-14-03, 06:05
jsander jsander is offline
Registered User
 
Join Date: Apr 2003
Posts: 191
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.

Cheers,
Dien
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On