Back to Developer Roadmap

Sargable Query

src/data/question-groups/sql-queries/content/sargable-query.md

4.0242 B
Original Source

SARGable stands for Search Argumentable query, which uses indexes and leads to efficient queries. If a query is SARGable, the database engine quickly locates rows using indexes, avoids scanning the whole table, and improves query performance.