https://leetcode.com/problems/big-countries/description/


SELECT name, population, area
FROM world
WHERE area >= 3000000
OR population >= 25000000
'Algorithm & SQL > LeetCode' 카테고리의 다른 글
| [LeetCode 181번 / MySQL] 181 : Employees Earning More Than Their Managers (0) | 2024.03.10 |
|---|---|
| [LeetCode 183번 / MySQL] 183 : Customers Who Never Order (0) | 2024.03.10 |
| [LeetCode 1179번 / MySQL] 1179 : Reformat Department Table (0) | 2024.03.10 |
| [LeetCode 182번 / MySQL] 182 : Duplicate Emails (0) | 2024.03.10 |
| [LeetCode 620번 / MySQL] 620 : Not Boring Movies (0) | 2024.03.10 |