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

Câu 74: 70-461: MCSA Querying Microsoft SQL Server 2012/2014

SIMULATION -You have a database that contains the tables shown in the exhibit. (Click the Exhibit button.) You deploy a new server that has SQL Server 2012 installed. You need to create a table namedSales.OrderDetails on the new server. Sales.OrderDetails must meet the following requirements: ✑ Write the results to a…

Nội dung câu hỏi

SIMULATION -You have a database that contains the tables shown in the exhibit. (Click the Exhibit button.) You deploy a new server that has SQL Server 2012 installed. You need to create a table namedSales.OrderDetails on the new server. Sales.OrderDetails must meet the following requirements: ✑ Write the results to a disk. ✑ Contain a new column named LineItemTotal that stores the product of ListPrice and Quantity for each row. ✑ The code must NOT use any object delimiters. The solution must ensure that LineItemTotal is stored as the last column in the table. Which code segment should you use?To answer, type the correct code in the answer area.

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. Please review the explanation part for this answer. CREATE TABLE Sales.OrderDetails (ListPrice money not null,Quantity int not null,LineItemTotal as (ListPrice * Quantity) PERSISTED) Reference:http://msdn.microsoft.com/en-us/library/ms174979.aspxhttp://technet.microsoft.com/en-us/library/ms188300.aspx — đáp án hiện tại

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ề