MCQOPTIONS
Saved Bookmarks
| 1. |
While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:a) High availability of datab) Faster primary key access to the table datac) Compact storage for the tableWhich type of tables would you use to achieve these objectives? |
| A. | Heap tables |
| B. | Object tables |
| C. | Partitioned tables |
| D. | Index-organized tables (IOTs) |
| Answer» D. Index-organized tables (IOTs) | |