Please see github.com/anusha-murali for all of my repositories.
View GitHub Profile
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
Back to problems