Query all columns for a city in CITY with the ID 1661.
The CITY table is described as follows:

Select by ID HackerRank Solution SQL
SELECT * FROM City WHERE ID = 1661;
Attempt – Select by ID HackerRank
Query all columns for a city in CITY with the ID 1661.
The CITY table is described as follows:
SELECT * FROM City WHERE ID = 1661;
Attempt – Select by ID HackerRank