Question
What is table partitioning?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Dividing one logical table into separately managed physical segments based on a key
Explanation:
Partitioning keeps one table interface while organizing data into ranges or groups.
Warehouse fact tables are commonly partitioned by date.
Leave a Reply