Please wait
1. Write a query to select all employees ordered by last_name in ascending order. 2. Write a query to find the 3rd highest salary without using LIMIT or TOP. 3. Write a query to find duplicate email IDs in the Employee table.