It should be possible to write more complicated WHERE clauses, such as `WHERE waga < 50 AND (name = 'jason' OR (age > 3 AND age < 18))`
It should be possible to write more complicated WHERE clauses, such as
WHERE waga < 50 AND (name = 'jason' OR (age > 3 AND age < 18))