1
2
3
4
5
|
/* Write your PL/SQL query statement below */
select name, population, area
from world
where area>=3000000
or population>=25000000
|
cs |
반응형
'SQL' 카테고리의 다른 글
leetcode 181. Employees Earning More Than Their Managers (0) | 2022.03.17 |
---|---|
leetcode 175. Combine Two TablesEasy (0) | 2022.03.17 |
Hacker rank Type of Triangle (0) | 2021.10.23 |
Hacker rank Average Population of Each Continen (0) | 2021.10.23 |
Hacker rank Weather Observation Station 17 (0) | 2021.10.21 |
댓글