-- Good select * from customers where is_cancelled = true select * from customers where is_cancelled = false -- Bad select * from customers where is_cancelled select * from customers where not is_cancelled