Query all columns (attributes) for every row in the CITY table. The CITY table is described as follows:
SELECT * FROM CITY
Query all columns for a city in CITY with the ID 1661.
SELECT * FROM CITY WHERE ID = 1661