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

Algorithm/SQL Query test

[MySQL] HackerRank - Select By ID

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

๋ฌธ์ œ

https://www.hackerrank.com/challenges/select-by-id/problem

 

Select By ID | HackerRank

Query the details of the city with ID 1661.

www.hackerrank.com

Query all columns for a city in CITY with the ID 1661. The CITY table is described as follows:

 

์ •๋‹ต

SELECT *
FROM CITY
WHERE ID = 1661

 

๋ฐ˜์‘ํ˜•