Average Salaries Per Department (Challenge)

# Introduction In this challenge, we will be working with a university database and our task is to write a script that prints the average salary of each department in descending order. We will need to import the database, group the salary data by department, and calculate the average salary using the `AVG()` function. The result should display the department name and the corresponding average salary.

|60 : 00

Click the virtual machine below to start practicing