Create a student table in MySQL and insert data
Create a student table and insert data. Implement the following MySQL commands on the student table: ALTER table to add new add new attributes/modify data types/drop attribute UPDATE table to…
Create a student table and insert data. Implement the following MySQL commands on the student table: ALTER table to add new add new attributes/modify data types/drop attribute UPDATE table to…