리트코드(LeetCode) SQL - 595. Big Countries
2023. 1. 4. 20:56ㆍ코딩테스트/리트코드(LeetCode) - SQL Study Plan
Plan easy
select name, population, area
from World
where area>=3000000 or population>=25000000;
728x90
'코딩테스트 > 리트코드(LeetCode) - SQL Study Plan' 카테고리의 다른 글
리트코드(LeetCode) SQL - 1484. Group Sold Products By The Date (1) | 2023.01.05 |
---|---|
리트코드(LeetCode) SQL - 1667. Fix Names in a Table (0) | 2023.01.05 |
리트코드(LeetCode) SQL - 196. Delete Duplicate Emails (0) | 2023.01.05 |
리트코드(LeetCode) SQL - 1873. Calculate Special Bonus (0) | 2023.01.04 |
리트코드(LeetCode) SQL - 183. Customers Who Never Order (0) | 2023.01.04 |