# Introduction In this challenge, we will be using MySQL's built-in functions to query relevant information from the employee table in the `personnel` database. The purpose of this challenge is to practice using SELECT FROM, WHERE, ORDER BY, HAVING, LIMIT clauses, and aggregate functions in MySQL to retrieve specific data and perform calculations.
Click the virtual machine below to start practicing