Team Fly | ![]() ![]() |
1. List at least three DML commands that can be applied to partitions as well as tables.
2. What does partition pruning mean?
3. How many table attributes can be used to define the partition key in list partitioning?
4. Which type of partitioning is most commonly used with a date-based partition key?
5. Which partitioning types cannot be combined together for composite partitioning?
6. How many partition keys can be defined for a partitioned table?
7. Which type of partitioned index has a one-to-one relationship between the data and index partitions?
8. What is meant by a prefixed partitioned index?
As you load more and more data into your database, performance and storage maintenance can quickly become concerns. Usually at the start of an implementation of a database, data volumes are estimated and projected a year or two ahead. However, often times these estimates turn out to be on the low side and you find yourself
Team Fly | ![]() ![]() |