Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please use mySql to answer the following questions. 4. Write an SQL command to create a MySQL table named STUDENT. The table should be able
Please use mySql to answer the following questions.
4. 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 5. Write an SQL command to insert a student into the STUDENT table. You can use any student data you like 6. Write an SQL command to update the student zip code to 95148 7. Wirite an SQL statement to delete the student that was inserted in question 5Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started