# Introduction In this challenge, we will be using MySQL built-in functions to query the maximum and minimum salary of teachers in each department of a university. We will import the data from a provided script and write a script to perform the queries. The results should include the department name, maximum salary, and minimum salary for each department.
Click the virtual machine below to start practicing