Sollicitatievraag bij Altimetrik

1. Find second highest salary 2. Basic question related to SQL join 3. Python question to add two numbers.

Antwoord op sollicitatievraag

Anoniem

8 jul 2025

select max(salary) from employee where salary < (select max(salary) from employee)