9. Retiring Teacher
You are given the following tables:
    - Student (name, age, hobby)
    - Teacher (name, age, department)

Coincidentally, all the "Mathematics" teachers are retiring this year.
As such, you need to delete all the teachers belonging to "Mathematics" department.

After deleting, query all the data from the Teacher table to verify that your deletion works.
Your Query
Your Output
Expected Output