Updating Student GPA in MySQL Database (Challenge)

# Introduction In this challenge, we will be updating the student's GPA in the database to correct any errors. To do this, we need to use the UPDATE statement to modify the tot_cred (total credits) of a student named "Snow" to 61 in the student table. By completing this task, you will gain knowledge of using the UPDATE statement in MySQL and ensuring accurate data in the database.

|60 : 00

Click the virtual machine below to start practicing