Câu 25: 70-464: Developing Microsoft SQL Server 2012/2014 Databases
You are evaluating the index design for the database. You have the following requirements: ✑ minimize the amount of time it takes for usp_AttendeesReport to run ✑ minimize the amount of database fragmentation. You need to recommend a change to Indexes.sqlWhich line of code should you use to replace line 12 of Indexes.…
Nội dung câu hỏi
You are evaluating the index design for the database. You have the following requirements: ✑ minimize the amount of time it takes for usp_AttendeesReport to run ✑ minimize the amount of database fragmentation. You need to recommend a change to Indexes.sqlWhich line of code should you use to replace line 12 of Indexes.sql?
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. (LastName);
- B. (FirstName) INCLUDE (LastName);
- C. (LastName, FirstName); — đáp án hiện tại
- D. (LastName) INCLUDE (FirstName);
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.