분류 전체보기350 [해커랭크/SQL] 27. Population Density Difference 👉 https://www.hackerrank.com/challenges/population-density-difference/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen Population Density Difference | HackerRank Query the difference between the maximum and minimum city populations in CITY. www.hackerrank.com 🤔 문제 분석 1) Query the difference between the maximum and minimum populations in CITY. 💡 풀이 SELECT MAX(POPULA.. 코딩테스트/해커랭크 SQL 2023. 3. 7. [해커랭크/SQL] 26. Japan Population 👉 https://www.hackerrank.com/challenges/japan-population/problem?isFullScreen=true&h_r=next-challenge&h_v=zen Japan Population | HackerRank Query to the sum of the populations of all Japanese cities in CITY. www.hackerrank.com 🤔 문제 분석 1) Query the sum of the populations for all Japanese cities in CITY. The COUNTRYCODE for Japan is JPN. 💡 풀이 SELECT SUM(POPULATION) FROM CITY WHERE COUNTRYCODE = "J.. 코딩테스트/해커랭크 SQL 2023. 3. 7. [해커랭크/SQL] 25. Average Population 👉 https://www.hackerrank.com/challenges/average-population/problem?isFullScreen=true Average Population | HackerRank Query the average population of all cities, rounded down to the nearest integer. www.hackerrank.com 🤔 문제 분석 1) Query the average population for all cities in CITY, rounded down to the nearest integer. 💡 풀이 SELECT ROUND(AVG(POPULATION), 0) FROM CITY 코딩테스트/해커랭크 SQL 2023. 3. 7. [해커랭크/SQL] 24. Revising Aggregations - Averages 👉 https://www.hackerrank.com/challenges/revising-aggregations-the-average-function/problem?isFullScreen=true Revising Aggregations - Averages | HackerRank Query the average population of all cities in the District of California. www.hackerrank.com 🤔 문제 분석 1) Query the average population of all cities in CITY where District is California. 💡 풀이 SELECT AVG(POPULATION) FROM CITY WHERE DISTRICT = "Ca.. 코딩테스트/해커랭크 SQL 2023. 3. 6. [해커랭크/SQL] 23. Revising Aggregations - The Sum Function 👉https://www.hackerrank.com/challenges/revising-aggregations-sum/problem?isFullScreen=true Revising Aggregations - The Sum Function | HackerRank Query the total population of all cities for in the District of California. www.hackerrank.com 🤔 문제 분석 1) Query the total population of all cities in CITY where District is California. 💡 풀이 SELECT SUM(POPULATION) FROM CITY WHERE DISTRICT = "California" 코딩테스트/해커랭크 SQL 2023. 3. 6. [해커랭크/SQL] 22. Revising Aggregations - The Count Function 👉 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 🤔 문제 분석 1) Query a count of the number of cities in CITY having a Population larger than 100000. 💡 풀이 SELECT COUNT(DISTINCT NAME) FROM CITY WHERE POPU.. 코딩테스트/해커랭크 SQL 2023. 3. 6. [후기] 2023년도 상반기 한국철도공사(코레일) 필기시험 시험일자 2023년 3월 4일 (토) 입실시간 ~13:30 입실 대행사 인크루트 시험 범위 및 시험시간 ① NCS(25) 의사소통능력, 수리능력, 문제해결능력 ② 경영학(25) 경영학원론, 인사관리, 생산관리, 마케팅관리(재무, 회계 미포함) 과목 구분 없이 50문항 60분 체감난도(주관주의) NCS: 하 경영학: 하~중 생각나는 문제(경영학 위주) 1. 고전적 경영 2. M&A 주식공개매수 위임장대결 황금낙하산 3. 고압적 마케팅(후행적) 4. 수직적통합, 시장개발 5. JIT 특징 6. 주경로 분석 7. 사업부조직 8. 이성적소구, 고관여, pr: 교육목적 9. 주식회사 특징, 임의 청산 10. 차별적마케팅, 인구통계학적 11. 사업부 조직 12. 비보상 선발, 직무분석 13. 노동조합-클로즈드숍 1.. 복습 및 회고/TIL 2023. 3. 4. [TIL] 20230303 (금) 공부한거: 경영학 총 공부시간: 12시간 53분 46초 복습 및 회고/TIL 2023. 3. 3. [TIL] 20230302 (목) 오늘 한 일: 경영학 찢기 총 공부시간: 11시간 54분 08초 복습 및 회고/TIL 2023. 3. 3. [TIL] 20230301 (수) 오늘 한 일 1. 토스 시험보고 오기 2. NCS - 비타민 - 코레일 해커스 1회 3. 경영학 총 공부시간: 06시간 21분 31초 복습 및 회고/TIL 2023. 3. 1. [TIL] 20230228 (화) 오늘 공부한 것: 토익스피킹 총 공부시간: 08시간 22분 11초 복습 및 회고/TIL 2023. 2. 28. [TIL] 20230227 (월) 1. 토스 2. 전자책 제작 스터디 - 통계/공분산 및 상관분석 작성 3. 경영학 아주 쪼끔.. 총 공부시간 7시간 34분 48초 할 일이 너무 많은데... 몸이 아파서 서럽다.........🥲 복습 및 회고/TIL 2023. 2. 27. 이전 1 ··· 4 5 6 7 8 9 10 ··· 30 다음