728x90
< 문제 >
[SQL50] 595. Big Countries (SELECT)
< 풀이 >
SELECT name, population, area
FROM World
WHERE area >= 3000000 OR population >= 25000000;
728x90
'coding_test > SQL 문제' 카테고리의 다른 글
[LeetCode] 1378. Replace Employee ID With The Unique Identifier (JOIN) (0) | 2025.02.07 |
---|---|
[LeetCode] 1683. Invalid Tweets (SELECT) (0) | 2025.02.07 |
[LeetCode] 1148. Article Views I (SELECT) (0) | 2025.02.07 |
[LeetCode] 584. Find Customer Referee (SELECT) (0) | 2025.02.07 |
[LeetCode] 1757. Recyclable and Low Fat Products (SELECT) (0) | 2025.02.07 |