# Introduction In this challenge, we will write a script to query and format the salaries of teaching staff in a university organization. The script will import data from a provided database, query the `instructor` table for the `name` and `salary` fields, and print the salaries in a specific format. The results should be sorted in descending order of salary.
Click the virtual machine below to start practicing