# Introduction In this challenge, we will be working with a database of a university to complete a task commonly faced by teachers - searching for students who have taken courses offered by a specific department. By writing a query using the provided tables, we will be able to retrieve the student ID, name, course ID, and grade for all students who have taken Biology courses.
Click the virtual machine below to start practicing