RelationalDBDesign
SiteMap
Database Analysis
Database Design
Extended DB Features
Oracle SQL Extensions
Index Organized
«Prev
Next»
Extended Features
Partitioned Tables
Oracle Partitioning Explained
Partitioning Advantages
Table Range Partitioning
Index Partitioned Table
Local Index Partition
Global Index Partition
Modifying Partition Features
Dropping Oracle Partitions
Splitting Merging Partitions
Clustering Tables
Clustered Tables Advantages
Creating Oracle Cluster
Size Cluster Properly
Creating Cluster Key
Oracle Hash Cluster
Creating Hash Cluster
Deleting Hash Cluster
Clustering Conclusion
Index Organized
Index Organized Tables
Advantages Disadvantages IOT
Creating Table Index
Allocate Overflow Space
Deleting Altering IOT
Reorganize IOT
IOT Conclusion
Auditing Features
Auditing Oracle Entities
Enable Audit Feature
Audit SQL Statement
Access Audit Trail
Oracle System Privileges
Auditing Database Objects
Purge Audit Trail
Language Support
National Character Set
Using Profiles
Product Profile
Profile Table
Limit Command Access
Security Scheme
SQL WildCards
SQL Wildcard Characters
Removing Restriction
Target Profile
SqlPlus Utility
Advantages Disadvantages of Indexed Organized Tables - Quiz
Select the best answer or answers for each question.
1.
Which of the following are advantages of index-organized tables?
Please select all the correct answers.
A.
Fewer I/Os to retrieve data
B.
Can access data directly on disk
C.
Less space for storage of table, as compared to a normal table and index combination
D.
No backup required for index-organized tables
2.
Which of the following is not a disadvantage of index-organized tables?
Please select the best answer.
A.
Cannot have table in a cluster
B.
Cannot use partitions with the table
C.
Cannot have a primary key
D.
Cannot have any additional indexes on the table
3.
Which of the following types of applications are appropriate for using index-organized tables?
Please select all the correct answers.
A.
Order entry applications
B.
OLAP applications
C.
Information retrieval applications
D.
Human resource applications