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

 The CITY table is described as follows:

CITY.jpg

Solution:

SELECT * FROM CITY;

Popular posts from this blog

In this problem, you will practice your knowledge on interfaces - Hacker Rank Solution.