CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 47: 70-765: Provisioning SQL Databases

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 ✑ OrderedReceived - You need to design the database to ensure that that you can retrieve…

Nội dung câu hỏi

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 ✑ OrderedReceived - 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.

Minh họa câu hỏi Minh họa câu hỏi

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.

  1. A. To the Sales.Orders table, add three columns named Status, PreviousStatus and ChangeDate. Update rows as the order status changes. — đáp án hiện tại
  2. B. 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.
  3. C. Implement change data capture on the Sales.Orders table.
  4. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề