Câu 9: 70-465: Designing Database Solutions for Microsoft SQL Server 2012
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 ✑ ReceivedYou need to design the database to ensure that you can retrieve the stat…
Nội dung câu hỏi
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 ✑ ReceivedYou 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.
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Implement change data capture on the Sales.Orders table.
- B. To the Sales.Orders table, add a column named Status that will store the order status. Update the Status column as the order status changes. — đáp án hiện tại
- C. Create a new table named Sales.OrderStatus that contains three columns named OrderID, StatusDate, and Status. Insert new rows into the table as the order status changes.
- D. To the Sales.Orders table, add three columns named FulfilledDate, ShippedDate, and ReceivedDate. Update the value of each column from null to the
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.