일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- KMOOC
- MySQL
- 조지프 나이
- 당신이 몰랐던 진화론
- 데이터분석전문가
- EBS
- 정치학
- 알고리즘
- 맛집
- Hacker Rank
- Progate
- K-MOOC
- 백준
- 위대한 수업
- Great Minds
- 코테
- Joseph Samuel Nye Jr.
- 빅데이터
- python
- CNN10
- 공부정리
- Baekjoon
- Udemy
- 누가 진정한 리더인가
- 데이터분석전문가가이드
- 후기
- ADsP
- 미분적분학
- ADP
- 자료구조
- Today
- Total
목록Hacker Rank (14)
ㅇ

SQL > Advanced Select > The PADS The PADS | HackerRank Query the name and abbreviated occupation for each person in OCCUPATIONS. www.hackerrank.com 1. 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 parentheses). For example: AnActorName(A), ADoctorName(D), AProfessorName(P), and A..

SQL > Basic Join > Challenges Challenges | HackerRank Print the total number of challenges created by hackers. www.hackerrank.com Julia asked her students to create some coding challenges. Write a query to print the hacker_id, name, and the total number of challenges created by each student. Sort your results by the total number of challenges in descending order. If more than one student created..

SQL > Aggregation > Top Earners Top Earners | HackerRank Find the maximum amount of money earned by any employee, as well as the number of top earners (people who have earned this amount). www.hackerrank.com We define an employee's total earnings to be their monthly salary * months worked, and the maximum total earnings to be the maximum total earnings for any employee in the Employee table. Wri..

SQL > Basic Join > Ollivander's Inventory Ollivander's Inventory | HackerRank Help pick out Ron's new wand. www.hackerrank.com Hermione decides the best way to choose is by determining the minimum number of gold galleons needed to buy each non-evil wand of high power and age. Write a query to print the id, age, coins_needed, and power of the wands that Ron's interested in, sorted in order of des..

SQL > Basic Join > Top Competitors Top Competitors | HackerRank Query a list of top-scoring hackers. www.hackerrank.com Julia just finished conducting a coding contest, and she needs your help assembling the leaderboard! Write a query to print the respective hacker_id and name of hackers who achieved full scores for more than one challenge. Order your output in descending order by the total numb..

SQL > Basic Join > The Report The Report | HackerRank Write a query to generate a report containing three columns: Name, Grade and Mark. www.hackerrank.com Ketty gives Eve a task to generate a report containing three columns: Name, Grade and Mark. Ketty doesn't want the NAMES of those students who received a grade lower than 8. The report must be in descending order by grade -- i.e. higher grade..