Query all columns for a city in CITY with the ID 1661
.
The CITY table is described as follows:
Solution Implementation
select * from city
where ID = 1661
Copied!
Query all columns for a city in CITY with the ID 1661
.
The CITY table is described as follows:
Solution Implementation
select * from city
where ID = 1661