Conditions
A Condition is the result of a simple or complex Boolean expression that evaluates column values.
Density > 10
Select rows where Density is greater than 10.
Material = 'Crude' and Density > 10
Select rows where material value is equal to Crude
and Density value is greater than 10.