Let\'s say I have a table with the following values.
Ford Ford Ford Honda Chevy Honda Honda Chevy
So I want to construct the following outp
Do you mean this?
select car_make, count(*) from cars group by car_makes