Câu 60: 70-464: Developing Microsoft SQL Server 2012/2014 Databases
You have a database named Database1. You execute the following code: You have the following query. (Line numbers are included for reference only.) Users report that the query takes a long time to complete. You create a full-text index for the Notes column. You need to recommend changes to the query to reduce the amoun…
Nội dung câu hỏi
You have a database named Database1. You execute the following code: You have the following query. (Line numbers are included for reference only.) Users report that the query takes a long time to complete. You create a full-text index for the Notes column. You need to recommend changes to the query to reduce the amount of time it takes for the query to complete. Which code segment should you use to replace line 03?
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. WHERE FREETEXT(notes, '%call%') AND — đáp án hiện tại
- B. INNER JOIN FREETEXTTABLE(dbo.table1, notes, 'call') AS t2 ON dbo.table1.ID = t2.key WHERE
- C. WHERE CONTAINS(notes, 'call*') AND
- D. WHERE CONTAINS(notes,*%call%'> AND
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.