https://leetcode.com/problems/second-highest-salary/ Second Highest Salary - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제를 해석 하자면 두 번째로 높은 임금을 구하여라. 그러나 두 번째 높은 값이 없을 경우에는 null을 출력하라라는 뜻입니다. 그러나 문제를 풀 것은 아니고, 이 문제로 WHERE과 SubQuery를 배워봅시다. 일단 아래의 코드가 위에 링크 문제의 답입니다. SELECT MAX..