1. SQL queries will be automatically generated if you just enter a table name.
2. For example:
business
Will be automatically generated to:
select * from business
3. The query result will be displayed with the auto generated SQL.