Microsoft
70-459 · Question #12
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
The correct answer is D. Create a new table named Sales.OrderStatus that contains three columns named OrderID,. See the full explanation below for the reasoning.
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.
- BTo the Sales.Orders table, add three columns named FulfilledDate, ShippedDate, and
- CImplement change data capture on the Sales.Orders table.
- DCreate a new table named Sales.OrderStatus that contains three columns named OrderID,
How the community answered
(17 responses)- A6% (1)
- B12% (2)
- C6% (1)
- D76% (13)
Community Discussion
No community discussion yet for this question.
