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