Prepare > SQL > Basic Select > Select By ID
2023. 7. 6. 18:34ㆍHackerRank-My SQL
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.
코드
SELECT * FROM CITY
WHERE ID = 1661;
'HackerRank-My SQL' 카테고리의 다른 글
Prepare >SQL > Basic Select > Japanese Cities' Names (0) | 2023.07.06 |
---|---|
Prepare > SQL > Basic Select > Japanese Cities' Attributes (0) | 2023.07.06 |
Prepare > SQL > Basic Select > Select All (0) | 2023.07.06 |
Prepare > SQL > Basic Select > Revising the Select Query II (0) | 2023.07.06 |
Prepare > SQL > Basic Select > Revising the Select Query I (0) | 2023.07.06 |