nerdexam
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)
  • A
    80% (20)
  • B
    4% (1)
  • C
    4% (1)
  • D
    12% (3)

Community Discussion

No community discussion yet for this question.

Full 70-433 Practice