Modify Student Table Attributes (Challenge)

# Introduction To complete this challenge, we will modify the attributes of the `student` table in the `edusys` database. Our task is to change the `name` attribute to `student_name` and output the updated structure of the `student` table to the command line. The ALTER statement is necessary to accomplish this task, and the resulting script must be saved as `alterStudent.sql`.

|60 : 00

Click the virtual machine below to start practicing