[hackerrank] Prepare > SQL > Basic Select > Select By ID
[문제]
Query all columns for a city in CITY with the ID 1661.
The CITY table is described as follows:
[MYSQL]
[ORCALE]
select *
from city
where id = 1661;
반응형
'HackerRank > SQL' 카테고리의 다른 글
[hackerrank] Japanese Cities' Names (0) | 2022.08.08 |
---|---|
[hackerrank] Japanese Cities' Attributes (0) | 2022.08.08 |
[hackerrank] Select All (0) | 2022.08.08 |
[hackerrank] Revising the Select Query II (0) | 2022.08.08 |
[hackerrank] Revising the Select Query I (0) | 2022.08.08 |