Creating Database Views in MySQL (Challenge)

# Introduction In this challenge, we will be creating a table view called `student_view` based on the `student` table. The view will include the `ID`, student name, and `dept_name` from the `student` table. This challenge will test your knowledge of views in MySQL.

|60 : 00

Click the virtual machine below to start practicing