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

Câu 27: 70-762: Developing SQL Databases

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. You…

Nội dung câu hỏi

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. You have a database named DB1. There is no memory-optimized filegroup in the database. You have a table and a stored procedure that were created by running the following Transact-SQL statements: The Employee table is persisted on disk. You add 2,000 records to the Employee table. You need to create an index that meets the following requirements: ✑ Optimizes the performance of the stored procedure. ✑ Covers all the columns required from the Employee table. ✑ Uses FirstName and LastName as included columns. ✑ Minimizes index storage size and index key size. What should you do?

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 a clustered index on the table.
  2. B. Create a nonclustered index on the table. — đáp án hiện tại
  3. C. Create a nonclustered filtered index on the table.
  4. D. Create a clustered columnstore index on the table.
  5. E. Create a nonclustered columnstore index on the table.
  6. F. Create a hash index on the table.

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ề