728x90
문제
https://www.hackerrank.com/challenges/select-by-id/problem?isFullScreen=true
Select By ID | HackerRank
Query the details of the city with ID 1661.
www.hackerrank.com
풀이(MSSQL)
SELECT *
FROM CITY
WHERE ID = 1661
300x250
'Coding Test > HACKERRANK' 카테고리의 다른 글
Japanese Cities' Names (0) | 2023.12.18 |
---|---|
Japanese Cities' Attributes (0) | 2023.12.18 |
Select All (0) | 2023.12.18 |
Revising the Select Query II (0) | 2023.12.18 |
Revising the Select Query I (3) | 2023.12.18 |