Tuesday, January 24, 2017

Query all columns for a city in CITY with the ID 1661

Query all columns for a city in CITY with the ID 1661.
Input Format
The CITY table is described as follows:



My SQL Query:
 select * from CITY where ID=1661;