Question:
Query all attributes of every Japanese city in the CITY table. The COUNTRYCODE for Japan is JPN.
Question:
Query all columns (attributes) for every row in the CITY table.
Question:
Query the NAME field for all American cities in the CITY table with populations larger than 120000. The CountryCode for America is USA.
QUESTION:
Query all columns for all American cities in the CITY table with populations larger than 100000. The CountryCode for America is USA.