SQL/HackerRank

[HackerRank] Revising the Select Query I

햄습햄 2022. 1. 11. 16:00

문제 설명 (Difficulty: Easy)

 

Query all columns for all American cities in the CITY table with populations larger than 100000.

(인구가 100000보다 큰 CITY 테이블의 모든 미국 도시에 대한 모든 열을 쿼리하세요.)

 

The CountryCode for America is USA. 

(미국의 CountryCode는 USA입니다.)

 

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] Select All  (0) 2022.01.14
[HackerRank] Revising the Select Query II  (0) 2022.01.12