Question: 1.Write an SQL command to create a MySQL table named STUDENT. The table should be able to hold these data: student ID (number from 1
1.Write an SQL command to create a MySQL table named STUDENT. The table should be able to hold these data:
student ID (number from 1 to 9999999, use as the key)
-first name
-last name
-street address
-city
-zip code
-state
-phone
-GPA
-major study
2.Write an SQL command to insert a student into the STUDENT table. You can use any student data you like
3.Write an SQL command to update the student zip code to 95148
4.Write an SQL statement to delete the student that was inserted in question 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
