Yоu mаy use yоur оwn reference mаteriаl, but searching the internet for a solution, sharing a document with another person, or using an AI is not permitted. Using the Ch05_TinyCollege_MySQL.sql load file found in the student files, create and load the database into the XAMPP server. Below is an entity map (ERD) of the database schema for your reference. Write an SQL query that will return the grades for a list of students who are taking classes in the ‘CIS’ department. Display the course code, course description, class section, student number and grade for each student. Sort the list by course_code and student number. An acceptable solution will join three or more tables and will filter on the DEPT_CODE field. A correct solution will return four records. Copy and paste the text of your SQL code into this question.