728x90
반응형
https://www.hackerrank.com/challenges/select-all-sql/problem?isFullScreen=true
문제
Query all columns (attributes) for every row in the CITY table.
The CITY table is described as follows:
Code
SELECT *
FROM CITY
728x90
반응형
'SQL > MySQL' 카테고리의 다른 글
[MySQL/HackerRank] Japanese Cities' Attributes (0) | 2023.08.12 |
---|---|
[MySQL/HackerRank] Select By ID (0) | 2023.08.12 |
[MySQL/HackerRank] Revising the Select Query II (0) | 2023.08.12 |
[MySQL/HackerRank] Revising the Select Query I (0) | 2023.08.12 |
[MySQL/Programmers] 상품을 구매한 회원 비율 구하기 (0) | 2023.08.10 |