[MySQL/Hackerrank] Population Census, African Cities, Average Population of Each Continent
Population Census Given the CITY and COUNTRY tables, query the sum of the populations of all cities where the CONTINENT is 'Asia'. Note: CITY.CountryCode and COUNTRY.Code are matching key columns. Input Format The CITY and COUNTRY tables are described as follows: SELECT SUM(A.population) FROM CITY A JOIN COUNTRY B ON A.CountryCode = B.Code WHERE B.CONTINENT = 'Asia'; African Cities Given the CIT..
Programming/MySQL
2021. 11. 3. 10:01
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- SQL Server
- 코로나19
- 몰누피라비르
- DATABASE
- insert
- tensorflow
- 미중무역전쟁
- 넷플릭스
- hackerrank
- 대원화성
- 테슬라
- 에코캡
- MS SQL Server
- 경구치료제
- 넥스트BT
- list
- 매매일지
- Weather Observation Station
- string
- 분석탭
- python
- 동국알앤에스
- python3
- TSQL
- mysql
- 해커랭크
- HK이노엔
- MSSQL
- Tableau
- 리비안
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함