문제
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
코드
SELECT *
FROM CITY
풀이
시티 테이블의 모든 컬럼 조회
반응형
'Algorithm > MySQL' 카테고리의 다른 글
[해커랭크(HackerRank)] Weather Observation Station 6 (MySQL) (0) | 2021.06.28 |
---|---|
[해커랭크(HackerRank)] Select By ID (MySQL) (0) | 2021.06.28 |
[해커랭크(HackerRank)] Revising the Select Query I(MySQL) (0) | 2021.06.28 |
[해커랭크(HackerRank)] Weather Observation Station 1 (MySQL) (0) | 2021.06.28 |
[MySQL] 상위 10개만 조회하기 (0) | 2021.06.28 |