COUNT AVG 종합 사용 Group By + Order By ![](https://velog.velcdn.com/ima
We define an employee's total earnings to be their monthly worked, and the maximum total earnings to be the maximum total earnings for any employee i
https://extbrain.tistory.com/46
https://leetcode.com/problems/department-highest-salary/
https://www.hackerrank.com/challenges/challenges/problem?isFullScreen=true
https://www.hackerrank.com/challenges/earnings-of-employees/problem?h_r=internal-search
: 데이터를 위아래로 연결 두 개 테이블의 컬럼 수, 컬럼 데이터 형식이 모두 일치해야한다.UNION 연산은 두 개의 테이블을 하나로 합치면서 중복된 데이터를 제거한다.UNION은 정렬을 발생시킨다.Two pairs (X1, Y1) and (X2, Y2) are sai
백문이불여일타CASE를 활용한 테이블 피봇https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all
Write a query identifying the type of each record in the TRIANGLES table using its three side lengths. Output one of the following statements for each
https://leetcode.com/problems/consecutive-numbers/
https://www.hackerrank.com/challenges/the-report/problem?h_r=internal-search
https://leetcode.com/problems/department-highest-salary/
문제:Given the CITY and COUNTRY tables, query the names of all cities where the CONTINENT is 'Africa'.Note: CITY.CountryCode and COUNTRY.Code are matchi
https://leetcode.com/problems/department-top-three-salaries/
https://leetcode.com/problems/department-highest-salary/description/
https://www.hackerrank.com/challenges/weather-observation-station-6/problem?isFullScreen=true
with 데이터리안:데이터분석 고급
Case,If, Limit,Offset 를 활용해서 3가지 방법으로 풀기
CASE vs IF Statement vs IF function 비교