Microsoft
70-465 · Question #22
You are designing a SQL Server database for an order fulfillment system. You create a table named Sales.Orders by using the following script: Each order is tracked by using one of the following status
Sign in or unlock 70-465 to reveal the answer and full explanation for question #22. The question stem and answer options stay visible for context.
Submitted by renata2k· Mar 5, 2026Design and implement database solutions for SQL Server
Question
You are designing a SQL Server database for an order fulfillment system. You create a table named Sales.Orders by using the following script: Each order is tracked by using one of the following statuses: - Fulfilled - Shipped - Ordered - Received You need to design the database to ensure that you can retrieve the status of an order on a given date. The solution must ensure that new statuses can be added in the future. What should you do? More than one answer choice may achieve the goal. Select the BEST answer.
Exhibit
Options
- ATo the Sales.Orders table, add a column named Status that will store the order status.
- BCreate a new table named Sales.OrderStatus that contains three columns named OrderID,
- CImplement change data capture on the Sales.Orders table.
- DTo the Sales.Orders table, add three columns named FulfilledDate, ShippedDate, and
Unlock 70-465 to see the answer
You've previewed enough free 70-465 questions. Unlock 70-465 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#database design#data modeling#status tracking
