Potato
์•ˆ๋…•ํ•˜์„ธ์š”, ๊ฐ์žก๋‹ˆ๋‹ค?๐Ÿฅ” ^___^ ๐Ÿ˜บ github ๋ฐ”๋กœ๊ฐ€๊ธฐ ๐Ÿ‘‰๐Ÿป

Algorithm/SQL Query test

[MySQL] HackerRank - Japanese Cities' Attributes

๊ฐ์ž ๐Ÿฅ” 2021. 7. 20. 02:43
๋ฐ˜์‘ํ˜•

๋ฌธ์ œ

https://www.hackerrank.com/challenges/japanese-cities-attributes/problem

 

Japanese Cities' Attributes | HackerRank

Query the attributes of all the cities in Japan.

www.hackerrank.com

Query all attributes of every Japanese city in the CITY table. The COUNTRYCODE for Japanese is JPN. The CITY table is described as follows.

์ •๋‹ต

SELECT *
FROM CITY
WHERE COUNTRYCODE LIKE 'JPN'

 

์•„์ง์€ ๋„ˆ๋ฌด ๊ฐ„๋‹จํ•˜์ง€๋งŒ... ๊ทธ๋ž˜๋„ TOSS ์ฟผ๋ฆฌํ…Œ์ŠคํŠธ ํ•ฉ๊ฒฉ์„ ๊ธฐ์›ํ•˜๋ฉฐ ํ—ˆใ…“ํžˆํ—ˆใ…ฃํ—ˆใ…ฃใ…Ž ใ…ฃ์ œ๋ฐœ..!๐Ÿ™

๋ฐ˜์‘ํ˜•

'Algorithm > SQL Query test' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[MySQL] HackerRank - Weather Observation Station 1  (0) 2021.07.20
[MySQL] HackerRank - Japanese Cities' Names  (0) 2021.07.20
[MySQL] HackerRank - Select By ID  (0) 2021.07.20
[MySQL] HackerRank - Select All  (0) 2021.07.20
[MySQL] HackerRank - Revising the select Query II  (0) 2021.07.20