a predicate is sargable if the database engine can use an index to evaluate it. This is the single most impactful concept in SQL tuning, because it determines whether a query can use index access or must fall back to a scan.