Anusha Murali

Logo

Please see github.com/anusha-murali for all of my repositories.

View GitHub Profile

4. SELECT by ID: Solution


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

The CITY table is described as follows:

1

solution_image5

SELECT *
FROM CITY
WHERE ID = 1661

Back to problems


anusha-murali.github.io