Anusha Murali

Logo

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

View GitHub Profile

3. SELECT All: Solution


Query all columns (attributes) for every row in the CITY table.

The CITY table is described as follows:

1

solution_image5

SELECT *
FROM CITY;

Back to problems


anusha-murali.github.io