Microsoft
70-465 · Question #160
You are designing a Windows Azure SQL Database for an order fulfillment system. You create a table named Sales.Orders with the following script. Each order is tracked by using one of the following sta
Sign in or unlock 70-465 to reveal the answer and full explanation for question #160. The question stem and answer options stay visible for context.
Submitted by eva_at· Mar 5, 2026Design and implement database solutions for Azure SQL Database
Question
You are designing a Windows Azure SQL Database for an order fulfillment system. You create a table named Sales.Orders with 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 that you can retrieve the following information: - The current status of an order - The previous status of an order. - The date when the status changed. - The solution must minimize storage. More than one answer choice may achieve the goal. Select the BEST answer.
Exhibit
Options
- ATo the Sales.Orders table, add three columns named Status, PreviousStatus and ChangeDate.
- 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 ReceivedDate.
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#historical tracking#Azure SQL Database#data modeling
