RelationalDBDesign
SiteMap
Database Analysis
Database Design
Extended DB Features
Oracle SQL Extensions
Partitioned Tables
«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
Table Partitioning Advantages - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which area of Oracle functionality is not affected by partitioned tables?
Please select the best answer.
A.
Datatypes allowed
B.
Performance
C.
Maintenance
D.
Availability
2.
When you partition a table, you do which of the following?
Please select the best answer.
A.
Divide it into separate parts based on the underlying tablespace
B.
Divide it into separate parts based on the underlying data files
C.
Divide it into separate parts based on the data values
D.
Divide it into separate parts based on the sort order of the data
3.
Which of the following descriptions about the effect of partitioning on SQL statements and maintenance operations are true?
Please select the best answer.
A.
An SQL statement is usually directed at the complete table and a maintenance operation is usually directed at the complete table.
B.
An SQL statement is usually directed at a single partition and a maintenance operation is usually directed at the complete table.
C.
An SQL statement is usually directed at the complete table and a maintenance operation is usually directed at a single partition.
D.
An SQL statement is usually directed at a single partition and a maintenance operation is usually directed at a single partition.
Correct answers:
Your Score: 0
Submit
Quiz Explanation