728x90
반응형

> 개발-IT-인터넷/> SQL 34

[해커랭크(HackerRank) SQL 풀이] - Revising Aggregations - Averages

해커 랭크 - https://www.hackerrank.com/Prepare > SQL > Aggregation > Revising Aggregations - Averages  HackerRank - Online Coding Tests and Technical InterviewsHackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation!www.hackerrank.com  CITY 테이블에서 모든 도시의 평균 인구를 구하고 가장 가까운 정수로 내림하는 쿼리를 작성하세요. Input Format  MySQLSELECT FLOOR(AVG..

[해커랭크(HackerRank) SQL 풀이] - Revising Aggregations - The Sum Function

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Aggregation > Revising Aggregations - The Count Function HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com CITY 테이블에서 구역이 California인 모든 도시의 총 인구를 조회하는 쿼리를 작성하세요. Input Format MySQL SELECT..

[해커랭크(HackerRank) SQL 풀이] - Revising Aggregations - The Count Function

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Aggregation > Revising Aggregations - The Count Function HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com CITY 테이블에서 인구가 100,000 보다 많은 도시의 수를 세는 쿼리를 작성하세요. Input Format CITY 테이블은 다음과 같이 설..

[해커랭크(HackerRank) SQL 풀이] - New Companies

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Advanced Select > New Companies HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com Amber의 다각화된 기업이 새로운 회사들을 인수했습니다. 각 회사는 다음과 같은 계층 구조를 따릅니다. 아래의 테이블 스키마를 고려하여 company_code, 창업자 이름, 총 리드 매니..

[해커랭크(HackerRank) SQL 풀이] - Binary Tree Nodes

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Advanced Select > Binary Tree Nodes HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com 주어진 테이블 BST에는 두 개의 열이 있습니다: N과 P. 여기서 N은 이진트리의 노드 값을 나타내고, P는 N의 부모를 나타냅니다. 이진트리의 노드 유형을 값의 순서대로 정렬하여 ..

[해커랭크(HackerRank) SQL 풀이] - Occupations

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Advanced Select > Occupations HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com OCCUPATIONS 테이블에서 직업(Occupation) 열을 기준으로 이름(Name)을 알파벳 순으로 정렬하여 출력합니다.(Pivot) 각 직업에 해당하는 이름은 Doctor, Profess..

[해커랭크(HackerRank) SQL 풀이] - The PADS

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Advanced Select > The PADS HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com 다음 두 가지 결과를 생성합니다. 1. OCCUPATIONS 테이블에 있는 모든 Name의 알파벳순으로 목록을 조회하고 바로 뒤에 각 직업의 첫 글자를 괄호로 묶습니다. (예: AnActorName(..

[해커랭크(HackerRank) SQL 풀이] - Type of Triangle

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Advanced Select > Type of Triangle HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com TRIANGLES 테이블에서 세 변의 길이를 사용하여 각 레코드의 유형을 식별하는 쿼리를 작성합니다. 각 레코드에 대해 다음 중 하나의 문장을 출력해야 합니다. 정삼각형 (Equilat..

[해커랭크(HackerRank) SQL 풀이] - Employee Salaries

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Basic Select > Employee Salaries HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com Employee 테이블에서 사원의 급여가 월 2000달러를 넘고, 근무개월 수가 10개월 미만인 사원의 사원명(name 속성)을 employee_id를 오름차순으로 정렬합니다. Input ..

[해커랭크(HackerRank) SQL 풀이] - Employee Names

해커 랭크 - https://www.hackerrank.com/ Prepare > SQL > Basic Select > Employee Names HackerRank - Online Coding Tests and Technical Interviews HackerRank is the market-leading coding test and interview solution for hiring developers. Start hiring at the pace of innovation! www.hackerrank.com Employee 테이블에서 사원 이름(name 속성)을 알파벳 순으로 출력하는 쿼리를 작성합니다. Input Format Employee 테이블은 다음과 같습니다. 여기서 employee_id는..

728x90
반응형