Hi All,
I have done table partitioning on 1 table say 'A' in db2 with range as event_date based on date column on yearly basis.
Now, I need to partition one more table say 'B' but here in 'B', I dont have any date column. Infact,table 'B' is dependent on table 'A'. Table 'B' is having a column which is primary key of table 'A'
Please suggest how can i partition table 'B'???
I have done table partitioning on 1 table say 'A' in db2 with range as event_date based on date column on yearly basis.
Now, I need to partition one more table say 'B' but here in 'B', I dont have any date column. Infact,table 'B' is dependent on table 'A'. Table 'B' is having a column which is primary key of table 'A'
Please suggest how can i partition table 'B'???