Tuesday, January 24, 2017

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

Query all columns (attributes) for every row in the CITY table.
Input Format
The CITY table is described as follows:






CITY.jpg

My SQL Query:
                   select * from CITY;