ExamGecko
Question list
Search
Search

List of questions

Search

Question 32 - DEA-C01 discussion

Report
Export

Search optimization works best to improve the performance of a query when the following conditions are true:[Select All that apply]

A.
The table is not clustered.
Answers
A.
The table is not clustered.
B.
The table is frequently queried on columns other than the primary cluster key.
Answers
B.
The table is frequently queried on columns other than the primary cluster key.
C.
Search Query uses Equality predicates (for example, <column_name> = <constant>) OR Predicates that use IN.
Answers
C.
Search Query uses Equality predicates (for example, <column_name> = <constant>) OR Predicates that use IN.
D.
Search Query uses Sort Operations.
Answers
D.
Search Query uses Sort Operations.
Suggested answer: A, B, C

Explanation:

Materialized Views works best for search query performance in case of Sort Operations. For Rest of the points Search optimization works best to improve query performance.

asked 23/09/2024
Robert McConnell
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first