Japanese Cities' Attributes

개발자지니!
|2023. 12. 18. 20:15
728x90

문제

https://www.hackerrank.com/challenges/japanese-cities-attributes/problem?isFullScreen=true

 

Japanese Cities' Attributes | HackerRank

Query the attributes of all the cities in Japan.

www.hackerrank.com

 

 

 

 

 

 

풀이(MSSQL)

SELECT * 
  FROM CITY
 WHERE COUNTRYCODE LIKE 'JPN'
300x250

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

Japanese Cities' Names  (0) 2023.12.19
Japanese Cities' Names  (0) 2023.12.18
Select By ID  (0) 2023.12.18
Select All  (0) 2023.12.18
Revising the Select Query II  (0) 2023.12.18