LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 4 Β· Quiz

"What SARGable Means"

1. What does SARGable mean in the context of SQL Server?
2. Which of the following predicates is non-SARGable?
3. Why does a non-SARGable predicate lead to a bad estimate for query execution?
4. How can one rewrite the predicate `WHERE YEAR(OrderDate) = 2026` to make it SARGable?