Microsoft
70-433 · Question #191
You are updating a database table. You need to partition the table to store only the last 1000 rows of data in the table. What should you do?
The correct answer is A. Create the partition function and the partition scheme, and update the table. See the full explanation below for the reasoning.
Question
You are updating a database table. You need to partition the table to store only the last 1000 rows of data in the table. What should you do?
Options
- ACreate the partition function and the partition scheme, and update the table.
- BCreate the partition function, the partition scheme, and the distributed partitioned view.
- CCreate the partition function, update the table, and create a filtered index.
- DAdd a secondary file to the primary filegroups, update the table, and create the distributed
How the community answered
(25 responses)- A80% (20)
- B4% (1)
- C4% (1)
- D12% (3)
Community Discussion
No community discussion yet for this question.