SQL/HackerRank

[HackerRank] Select All

햄습햄 2022. 1. 14. 13:38

문제 설명 (Difficulty: Easy)

 

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

(CITY 테이블의 모든 행에 대한 모든 열(속성)을 쿼리하세요.)

 

The CITY table is described as follows:

(CITY 테이블은 다음과 같이 설명됩니다.)

 


풀이 과정 (MySQL)

 

'SQL > HackerRank' 카테고리의 다른 글

[HackerRank] Japanese Cities' Attributes  (0) 2022.01.14
[HackerRank] Select By ID  (0) 2022.01.14
[HackerRank] Revising the Select Query II  (0) 2022.01.12
[HackerRank] Revising the Select Query I  (0) 2022.01.11