Apply Filters to SQL Queries Exemplar

07/28/2026Ben Hewlett

In this exemplar, I demonstrate my ability to work with SQL to extract meaningful insights from structured data. The focus is on writing clear, efficient queries that filter, sort, and combine information using real‑world logic.

I showcase how to:

  • Use SELECT statements to retrieve targeted data

  • Apply WHERE filters with AND, OR, and NOT to refine results

  • Work with comparison operators to isolate specific conditions

  • Sort and organize output using ORDER BY

  • Combine multiple criteria to answer practical business questions

This example highlights my understanding of how SQL is used in everyday analysis — turning raw tables into usable information. Whether it’s filtering customer records, identifying trends, or narrowing down datasets for further processing, I’m comfortable writing queries that are both readable and effective.

SQL is one of the core tools I use when working with data, and this exemplar reflects my ability to think logically, structure queries properly, and produce accurate results.