As a database administrator for a decision support system (DSS), you are planning a partition index strategy. Which type of index should you create for historical tables?
Local • Evaluate this CREATE TABLE statement: CREATE TABLE record_sales (id NUMBER(8), name VARCHAR2(100), gross_receipts NUMBER(11,2), week_no NUMBER(2)) PARTITION BY RANGE (week_no) (PARTITION P1 VALUES LESS THAN (4) TABLESPACE user_data0, PARTITION P2 VALUES LESS THAN (8) TABLESPACE user_data1); Because of limited data storage, you are concerned with the potential growth of the partitions. You decide to limit the number of extents that can be allocated to each partition. Which command will limit the number of extents to 25 for the P1 partition?
Related Questions
- As a database administrator for a decision support system (DSS), you are planning a partition index strategy. Which type of index should you create for historical tables?
- Decision Support System (DSS) - How does the Decision Support System (DSS) estimate cost?
- What was the first computerized decision support system (DSS)?