It looks like both WHERE and HAVING help filter rows. I wonder if, instead of having to HAVING, I can use WHERE ... AND.
You would use the Having statement with Group By, typically as a way to filter on an aggregate column.
You can get more information here.