HackerRank-BasicSelect-Select By ID
Select By ID
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;

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;

Comments