Question
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
My Answer
SELECT *
FROM CITY;
Result
출처 : https://www.hackerrank.com/challenges/select-all-sql/problem
Select All | HackerRank
Query all columns for every row in a table.
www.hackerrank.com
'SQL > HackerRank' 카테고리의 다른 글
[MySQL/HackerRank] Japanese Cities' Names (0) | 2022.07.24 |
---|---|
[MySQL/HackerRank] Japanese Cities' Attributes (0) | 2022.07.24 |
[MySQL/HackerRank] Select By ID (0) | 2022.07.11 |
[MySQL/HackerRank] Revising the Select Query II (0) | 2022.07.07 |
[MySQL/HackerRank] Revising the Select Query I (0) | 2022.07.07 |