1. Click in the query area, and enter a SQL group query.
2. For example:
select company, count(*) from business group by company
(List each company and the number of times it has been in the top 500 rankings.)
3. The query result will be displayed.