RelationalDBDesign
SiteMap
Network Config
Network Admin
Network Topology
Partitioning Tables
«Prev
Next»
Oracle Network Administration
Oracle Net Features
Net Listener Features
Net Scalability Features
Oracle Partitioned Tables
Net Connectivity Features
Oracle Manageability Features
Oracle Security Features
Net Services Conclusion
Net Services Installation
Net Pre Installation
Add Net Features
Net Listener OEM
Net Configuration Assistant
Net Applications
Using Connection Manager
Net Multiplexing Configuration
Understanding Connection Pooling
Configure Loadbalancing Network
Radius Adapter Purpose
Configure Radius Adapter
Distributed Databases
Distributed Database Server
Oracle Queue Propagation
Using Primary Key Snapshots
Updateable Snapshots
Deferred Constraints
LOG Support Replication
Monitoring Replication Events
Implement Snapshot Security
Instantiating Snapshot Sites Offline
Snapshot Deployment
Distributed Databases
Partitioned Tables
Partitioning Index Organized Tables
Arrange SQL in Order
Partitioning Object Tables
Enabling Row Movement
Enable Row Movement
Manipulating Partitions
Steps to Manipulate Partitions
Exchange Partition with Table
Exchange Table Partition
Partitionwise Queries Joins
Parallel Server
Enable Parallel DML
Oracle Partitioning Concepts - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which lines in the following SQL command has a syntax error?
Please select all the correct answers.
A.
10
B.
11
C.
7
D.
8
2.
Which of the following answers describes why you might want to allow row movement in a partitioned table?
Please select all the correct answers.
A.
Your partition key is an updateable field and you wish to avoid errors when updating the value.
B.
Two of your partitions contain few rows, so you wish to combine all the rows in the two partitions.
C.
You have run out of space in the one of your partitions and wish to move some of the rows to a different partition.
D.
You wish to move rows that contain data in their LOB column to a different partition.
3.
Which answer explains what the following SQL command is doing?
Please select all the correct answers.
A.
Data in a partition of the
WAREHOUSE_TRANSACTION
table is replaced.
B.
A new table is created called
RECENT_TRANSACTIONS
.
C.
A new partition is created called
PART_A
.
D.
No validation is done on the
PART_A
partition.