일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- airflow.cfg
- 파이썬
- 데이터시각화
- PostgreSQL
- pandas
- 데이터리안 웨비나
- 다중 JOIN
- not in
- having
- MySQL
- matplotlib
- 결측값
- Round
- TRUNCATE
- SUM
- seaborn
- solvesql
- SQL
- 프로그래머스
- 그로스해킹
- 전처리
- hackerrank
- airflow 설치
- 데이터분석
- SQLite
- GROUPBY
- Limit
- 머신러닝
- join
- Oracle
- Today
- Total
목록SQL/SQL 코딩 테스트-HackerRank (52)
Milky's note

https://www.hackerrank.com/challenges/revising-aggregations-the-count-function/problem?isFullScreen=true Revising Aggregations - The Count Function | HackerRank Query the number of cities having populations larger than 100000. www.hackerrank.com [문제] Query a count of the number of cities in CITY having a Population larger than 100,000. Input Format The CITY table is described as follows: [답] -my..

https://www.hackerrank.com/challenges/binary-search-tree-1/problem?isFullScreen=true Binary Tree Nodes | HackerRank Write a query to find the node type of BST ordered by the value of the node. www.hackerrank.com [문제] You are given a table, BST, containing two columns: N and P, where N represents the value of a node in Binary Tree, and P is the parent of N. Write a query to find the node type of ..

https://www.hackerrank.com/challenges/the-pads/problem?isFullScreen=true The PADS | HackerRank Query the name and abbreviated occupation for each person in OCCUPATIONS. www.hackerrank.com [문제] Generate the following two result sets: Query an alphabetically ordered list of all names in OCCUPATIONS, immediately followed by the first letter of each profession as a parenthetical (i.e.: enclosed in p..

https://www.hackerrank.com/challenges/what-type-of-triangle/problem?isFullScreen=true Type of Triangle | HackerRank Query a triangle's type based on its side lengths. www.hackerrank.com [문제] Write a query identifying the type of each record in the TRIANGLES table using its three side lengths. Output one of the following statements for each record in the table: Equilateral: It's a triangle with s..