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

xxxxxxxxxx8
7
SELECT * FROM CITY8
WHERE ID=1661;Query all columns for a city in CITY with the ID 1661.
The CITY table is described as follows:

xxxxxxxxxxSELECT * FROM CITYWHERE ID=1661;
No comments for "Select By ID- HackerRank SQL"
Post a Comment