Creating and Updating Database Views (Challenge)

# Introduction In this challenge, we will be creating a view in MySQL and updating the data in the view. We will start by importing data into MySQL and then use the student table as the base table to create a student_view table. We will then update the name field in the student_view view with the value "Physics" for a specific entry.

|60 : 00

Click the virtual machine below to start practicing