Write a query to extract the department and second highest salary in each department
Employee
| Column | Value |
| -------------- | -------------- |
| employee_id | int |
| name | string |
| department | string |
| employment_type| string |
| salary | int |