HackerRank-My SQL
Prepare > SQL > Basic Select > Select All
stem_sw
2023. 7. 6. 18:33
Select All | HackerRank
Query all columns for every row in a table.
www.hackerrank.com
문제
Query all columns (attributes) for every row in the CITY table.
코드
SELECT * FROM CITY;