| 000-702 Exam |
| 000-702 - Exam Information |
| Question of the day |
The current design requirement for a large history table is to maintain 36 months of data, with each month stored in a separate partition. The transaction date is used only to define the partitions. The user normally accesses the data account number. To save space and to support the requirements, which of the following physical implemntations should the DBA choose?
Answer(s)
Create a table-controlled partitioned tabl, which partitions on the transaction date. Also, create a partitioned clustering index on the customer account.