문제
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
풀이
select * from city;
'algorithm' 카테고리의 다른 글
[HackerRank] MySQL - Select By ID (0) | 2022.08.09 |
---|---|
[programmers] MySQL - Lv.2 고양이와 개는 몇 마리 있을까 (0) | 2022.08.08 |
[HackerRank] MySQL - Revising the Select Query Ⅱ (0) | 2022.08.07 |
[programmers] MySQL - Lv.1 상위 n개 레코드 (select) (0) | 2022.08.07 |
[HackerRank] MySQL - Revising the Select Query Ⅰ (0) | 2022.08.07 |