A WHERE comparison keeps rows whose numeric predicate is TRUE.
highlighted = computed this step
Input table
Start with orders that have status labels and amounts.
Orders
Where query
Filter to rows whose amount is greater than the threshold.
WHERE amount is high
Filtered output
Only the high-amount rows pass the filter.
filtered orders