[LeetCode/MySQL50] 595. Big Countries
2025. 1. 12. 11:09ㆍ개인활동/코테
반응형
Problem
Solution
# Write your MySQL query statement below
select name, population, area from World
where area >= 3000000 or population >= 25000000;
반응형
'개인활동 > 코테' 카테고리의 다른 글
[LeetCode/MySQL50] 1683. Invalid Tweets (0) | 2025.01.13 |
---|---|
[LeetCode/MySQL50] 1148. Article Views I (0) | 2025.01.12 |
[LeetCode/MySQL50] 584. Find Customer Referee (0) | 2025.01.11 |
[LeetCode/MySQL50] 1757. Recyclable and Low Fat Products (0) | 2025.01.11 |
백준 15439 : 베라의 패션 (0) | 2025.01.09 |