Japanese Cities' Names

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

문제

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

 

Japanese Cities' Names | HackerRank

In this challenge, you will query a list of all the Japanese cities' names.

www.hackerrank.com

 

 

 

 

 

 

풀이(MSSSQL)

SELECT NAME
  FROM CITY
 WHERE COUNTRYCODE LIKE 'JPN'
728x90
300x250

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

Weather Observation Station 1  (0) 2023.12.19
Japanese Cities' Names  (0) 2023.12.19
Japanese Cities' Attributes  (0) 2023.12.18
Select By ID  (0) 2023.12.18
Select All  (0) 2023.12.18