1. Find second highest salary 2. Basic question related to SQL join 3. Python question to add two numbers.
Anonymous
select max(salary) from employee where salary < (select max(salary) from employee)
Check out your Company Bowl for anonymous work chats.