Select By ID

BASIC SELECT

Question Link

Query all columns for a city in CITY with the ID 1661.

The CITY table is described as follows:

Answer
SELECT * FROM City WHERE id = 1661

Last updated