Table: The CITY table is described as follows:
Query all columns (attributes) for every row in the CITY table.
# Write your MySQL query statement below
(Check Out Git Hub-https://github.com/poulamicode77/SQL/tree/main/HackerRank/Solve%20SQL/3.Select%20All)
Query Breakdown:
select all column : select * from
source table name : city