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
Index Organized Tables - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following modifications can you make on an existing index-organized table with the
ALTER TABLE
command?
Please select all the correct answers.
A.
Add columns.
B.
Reorganize the table.
C.
Modify the storage characteristics of the table.
D.
Modify the physical characteristics of the overflow segment for the table.
2.
Which of the following is not a syntax option for creating an overflow segment for an index-organized table?
Please select the best answer.
A.
PCTTHRESHOLD
B.
OVERFLOW TABLESPACE
tablespace
C.
ADD
OVERFLOW
D.
INCLUDING
column_name
3.
If the leaf nodes on one side of an index-organized table become less populated than the leaf nodes on the other side of the table because of usage, you should
Please select the best answer.
A.
Allocate an overflow tablespace for the index-organized table
B.
Rebuild the table with the
ALTER TABLE REBUILD
command
C.
Rebuild the table with a four-step process
D.
Do nothing