Why does the following DDL command fail? CREATE INDEX X1 ON T1 (COL1, COL2, COL3, BUSINESS_TIME WITHOUT_OVERLAPS);
In which situation does adding a referential constraint place a table space containing data into check-pending status?
For which table type could you specify ALTER TABLE tb1 DATA CAPTURE CHANGES?
Your table space DB1.TS1 is currently index-partitioned. Which steps should be performed at a minimum to make it a partitioned-by-range table space?
Which of the following types of table spaces allow multiple tables?
Which of the following tasks cannot be done via a single ALTER TABLE statement?