Select by ID HackerRank Solution SQL

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
HackerRank.com

Select by ID HackerRank Solution SQL

SELECT * FROM City WHERE ID = 1661;

Attempt –  Select by ID HackerRank

Leave a Comment