Câu 5: 70-464: Developing Microsoft SQL Server 2012/2014 Databases
You have a table named Rooms that contains three columns. You run the following Transact-SQL statement: You discover the execution plan shown in the exhibit. (Click the Exhibit button.) You need to recommend a solution to reduce the amount of time it takes to execute the query. What should you do?More than one answer…
Nội dung câu hỏi
You have a table named Rooms that contains three columns. You run the following Transact-SQL statement: You discover the execution plan shown in the exhibit. (Click the Exhibit button.) You need to recommend a solution to reduce the amount of time it takes to execute the query. What should you do?More than one answer choice may achieve the goal. Select the BEST answer.
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. Include the RoomName column and the Position column in the Room_IX index.
- B. Create a nonclustered index for RoomName, Id, and Position. — đáp án hiện tại
- C. Create a clustered index for Id.
- D. Use the WITH (INDEX(Room_IX),NOLOCK) query hint.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.