코딩일기 (127) 썸네일형 리스트형 SQL 코드카타 154 - Revising Aggregations - The Count Function https://www.hackerrank.com/challenges/japan-population/problem?isFullScreen=true Japan Population | HackerRankQuery to the sum of the populations of all Japanese cities in CITY.www.hackerrank.com FieldTypeIDNUMBERNAMEVARCHAR2(17)COUNTRYCODEVARCHAR(3)DISTRICTVARCHAR2(20)POPULATIONNUMBER CITY 테이블:ID : 테이블의 고유 키NAME : 도시의 이름COUNTRYCODE : 국가코드DISTRICT : 지역POPULATION : 인구일본 도시의 총 인구를 조회하는 쿼리를 작성하세요. .. SQL 코드카타 153 - Average Population https://www.hackerrank.com/challenges/average-population/problem?isFullScreen=true Average Population | HackerRankQuery the average population of all cities, rounded down to the nearest integer.www.hackerrank.com FieldTypeIDNUMBERNAMEVARCHAR2(17)COUNTRYCODEVARCHAR(3)DISTRICTVARCHAR2(20)POPULATIONNUMBER CITY 테이블:ID : 테이블의 고유 키NAME : 도시의 이름COUNTRYCODE : 국가코드DISTRICT : 지역POPULATION : 인구모든 도시의 평균 인구.. SQL 코드카타 152 - Revising Aggregations - The Count Function https://www.hackerrank.com/challenges/revising-aggregations-the-average-function/problem?isFullScreen=true Revising Aggregations - Averages | HackerRankQuery the average population of all cities in the District of California.www.hackerrank.com FieldTypeIDNUMBERNAMEVARCHAR2(17)COUNTRYCODEVARCHAR(3)DISTRICTVARCHAR2(20)POPULATIONNUMBER CITY 테이블:ID : 테이블의 고유 키NAME : 도시의 이름COUNTRYCODE : 국가코드DISTRICT .. SQL 코드카타 151 - Revising Aggregations - The Sum Function https://www.hackerrank.com/challenges/revising-aggregations-sum/problem?isFullScreen=true Revising Aggregations - The Sum Function | HackerRankQuery the total population of all cities for in the District of California.www.hackerrank.com FieldTypeIDNUMBERNAMEVARCHAR2(17)COUNTRYCODEVARCHAR(3)DISTRICTVARCHAR2(20)POPULATIONNUMBER CITY 테이블:ID : 테이블의 고유 키NAME : 도시의 이름COUNTRYCODE : 국가코드DISTRICT : 지역POP.. SQL 코드카타 150 - Revising Aggregations - The Count Function https://www.hackerrank.com/challenges/revising-aggregations-the-count-function/problem?isFullScreen=true Revising Aggregations - The Count Function | HackerRankQuery the number of cities having populations larger than 100000.www.hackerrank.com FieldTypeIDNUMBERNAMEVARCHAR2(17)COUNTRYCODEVARCHAR(3)DISTRICTVARCHAR2(20)POPULATIONNUMBER CITY 테이블:ID : 테이블의 고유 키NAME : 도시의 이름COUNTRYCODE : 국가코드DISTRICT .. SQL 코드카타 149 - The PADS https://www.hackerrank.com/challenges/the-pads/problem?isFullScreen=true The PADS | HackerRankQuery the name and abbreviated occupation for each person in OCCUPATIONS.www.hackerrank.com ColumnTypeNameStringOccupationString OCCUPATIONS 테이블:Name : 이름Occupation : 직업다음 두 결과 집합을 생성하세요:OCCUPATIONS 테이블에서 모든 이름을 알파벳순으로 정렬한 목록을 조회하세요. 각 이름 뒤에는 해당 직업의 첫 글자를 괄호로 묶어 표시하세요. 예: AnActorName(A), ADoctorName(D).. SQL 코드카타 148 - Type of Triangle https://www.hackerrank.com/challenges/what-type-of-triangle/problem?isFullScreen=true Type of Triangle | HackerRankQuery a triangle's type based on its side lengths.www.hackerrank.com ColumnTypeAIntegerBIntegerCInteger TRIANGLES 테이블:A, B, C는 각각 선분의 길이입니다.세 변의 길이를 사용하여 각 레코드의 유형을 식별하는 쿼리를 작성하세요. 테이블의 각 레코드에 대해 다음 중 하나의 문장을 출력하세요:Equilateral: 세 변의 길이가 모두 같은 삼각형입니다.Isosceles: 두 변의 길이가 같은 삼각형입니다.Sc.. SQL 코드카타 147 - Salaries https://www.hackerrank.com/challenges/salary-of-employees/problem?isFullScreen=true Employee Salaries | HackerRankPrint the names of employees who earn more than $2000 per month and have worked at the company for less than 10 months.www.hackerrank.com ColumnTypeemployee_idIntegernameStringmonthsIntegersalaryInteger Employee 테이블:employee_id : 테이블의 고유 키name : 직원의 이름months : 근무한 개월 수salary : 급여급여가.. 이전 1 ··· 4 5 6 7 8 9 10 ··· 16 다음