본문 바로가기

algorithm

[HackerRank] MySQL - Select All

문제

 

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

The CITY table is described as follows:

 

 

 

풀이

 

select * from city;