Partitioned tables - Objectives - Oracle Indexes and Partitioned Tables
Q. While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:
a) High availability of data
b) Faster primary key access to the table data
c) Compact storage for the table
Which type of tables would you use to achieve these objectives?
- Published on 29 Jul 15a. Heap tables
b. Object tables
c. Partitioned tables
d. Index-organized tables (IOTs)
ANSWER: Partitioned tables