Select By ID- HackerRank SQL
Query all columns for a city in CITY with the ID 1661
.
The CITY table is described as follows:
xxxxxxxxxx
8
7
SELECT * FROM CITY
8
WHERE ID=1661;
Query all columns for a city in CITY with the ID 1661
.
The CITY table is described as follows:
xxxxxxxxxx
SELECT * FROM CITY
WHERE ID=1661;
No comments for "Select By ID- HackerRank SQL"
Post a Comment