1.
If DB2 table is having composite primary key,can one OF THE key column among them be NULLABLE?
2.
The table controlled partition is applied using PARTITION BY keyword while creating tables,
while index controlled partion is implemented using part values.
In index controlled partions,only one partioned index cab exists, but in table controlled partitions any number of partitioned index can exists.
I.E if we does not creates the table with partitions by clause and creates partitioned index with part by values.If again we tried to create partitioned index, will it give error?
If yes then what type of error?
Can we create partitioned index only in partitioned tablesspace? not simple tablespace?
3.
Can anyone pass good documents on alter and rotate partition,what are the various states the last or any partition will be while altering or rotating partitions?
4.
While loading data into table,if load job failed then at what pending state table will be?
and how to resolve that pending state?
Thanks.