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

Câu 55: 70-464: Developing Microsoft SQL Server 2012/2014 Databases

You have a Microsoft Azure SQL Database. You execute the following script: You add 1 million rows to Table1. Approximately 85 percent of all the rows have a null value for Column2. You plan to deploy an application that will search Column2. You need to create an index on Table1 to support the planned deployment. The s…

Nội dung câu hỏi

You have a Microsoft Azure SQL Database. You execute the following script: You add 1 million rows to Table1. Approximately 85 percent of all the rows have a null value for Column2. You plan to deploy an application that will search Column2. You need to create an index on Table1 to support the planned deployment. The solution must minimize the storage requirements. Which code segment should you execute?

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. CREATE INDEX IX_Table1 ON Table1 (Column2) WITH FILLFACTOR=0
  2. B. CREATE INDEX IX_Table1 OK Table1 (Column1) INCLUDE (Column2)
  3. C. CREATE INDEX IX_Table1 ON Table1 (Column2) WHERE Column2 IS NULL
  4. D. CREATE INDEX IX_Table1 ON Table1 (Column2) WHERE Column2 IS NOT NULL — đá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ề