일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- kmeans
- 플라스크
- colab runtime
- 혁신성장부문
- Merge Repositories
- Selenium
- 알고리즘
- Python
- Crawling
- plotly dash
- flask
- geoDataFrame
- 코랩 런타임
- NLP
- 2164 카드2
- to shp
- 크롤링
- 셀레니움
- 괄호 문제
- 파이썬
- 인스타그램
- 백준
- Chat-GPT
- python buildpacks
- clustering
- convert to shp
- 해시태그
- 웹페이지
- geopandas
- string to list
Archives
- Today
- Total
코딩코딩코딩
[HackerRank] African Cities 본문
SELECT CITY.NAME
FROM CITY
INNER JOIN COUNTRY ON CITY.CountryCode = COUNTRY.Code
WHERE COUNTRY.CONTINENT = 'Africa'
'MySQL > Problem Solving' 카테고리의 다른 글
[LeetCode] 183. Customers Who Never Order (2) | 2022.02.06 |
---|---|
[HackerRank] Average Population of Each Continent (0) | 2022.02.06 |
[HackerRank] Population Census (0) | 2022.02.06 |
[LeetCode] 1179.Reformat Department Table, MySQL 피봇테이블 (0) | 2022.02.06 |
[HackerRank] Type of Triangle (0) | 2022.01.18 |
Comments