The assignment is an introduction to MySQL, where students import and query a sample employee database. The goal is to perform various SQL operations on the database and submit the resulting output as a tarball containing four files: queries.txt, new_hires.csv, high_salaries.csv, and high_salary_names.csv. Students will create three queries to recognize newest employees, create views for high salary employees and names, and redirect their outputs to respective CSV files.