728x90
https://leetcode.com/problems/big-countries/
SELECT name, population, area FROM world WHERE area >= 3000000 OR population >= 25000000;
728x90
'IT > 코딩테스트' 카테고리의 다른 글
[Leetcode] 283. Move Zeroes (0) | 2023.08.23 |
---|---|
[Leetcode] 1378. Replace Employee ID With The Unique Identifier (0) | 2023.08.23 |
[Leetcode] 584. Find Customer Referee (0) | 2023.08.22 |
[Leetcode] 1757. Recyclable and Low Fat Products (0) | 2023.08.21 |
[Leetcode] 1346. Check If N and Its Double Exist (0) | 2023.08.21 |