HackerRank/SQL
[hackerrank] Select By ID
예쁜꽃이피었으면
2022. 8. 8. 14:46
[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;
반응형