일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- dl
- select
- 신경망
- kakao
- hash
- boj
- Sigmoid
- Programmers
- 딥러닝
- 프로그래머스
- Heap
- Word2vec
- skip-gram
- stak
- DeepLearning
- Stack
- 파이썬
- PPMI
- backward
- SQL
- CBOW
- Python
- que
- affine
- sort
- MySQL
- algorithm
- FullyConnectedLayer
- 자연어처리
- Numpy
- Today
- Total
목록Data Analysis/SQL (66)
혜온의 이것저것
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/CbJE1/btrJvGR69cv/Jka2q1EGIgXgfpK4KofK5k/img.jpg)
https://www.hackerrank.com/challenges/revising-aggregations-sum/problem?isFullScreen=true&h_r=next-challenge&h_v=zen Revising Aggregations - The Sum Function | HackerRank Query the total population of all cities for in the District of California. www.hackerrank.com 문제 Query the total population of all cities in CITY where District is California. Input Format The CITY table is described as follow..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bVWWhg/btrJwZxakoE/MJPJNFZ0RSUDmEPCIzni1K/img.jpg)
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 . Input Format The CITY table is described as follows: 풀이 select count(..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/rsjZl/btrJsQtcxC1/ea0d4IxZHmR7Ji76MxbeKk/img.png)
https://www.hackerrank.com/challenges/the-company/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen New Companies | HackerRank Find total number of employees. www.hackerrank.com 문제 Amber's conglomerate corporation just acquired some new companies. Each of the companies follows this hierarchy: Given the table schemas below, write a query to print the company_code, fo..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cFu6Hl/btrJrgseFkn/uaAHH5XIbMuvAkNf4bBJFK/img.png)
https://www.hackerrank.com/challenges/binary-search-tree-1/problem?isFullScreen=true&h_r=next-challenge&h_v=zen 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 ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cYFHm5/btrJuSwYW6t/J52Liw0C4JSKJcRQKO9eOk/img.png)
https://www.hackerrank.com/challenges/occupations/problem?isFullScreen=true Occupations | HackerRank Pivot the Occupation column so the Name of each person in OCCUPATIONS is displayed underneath their respective Occupation. www.hackerrank.com 문제 Pivot the Occupation column in OCCUPATIONS so that each Name is sorted alphabetically and displayed underneath its corresponding Occupation. The output ..