Question: 1. Write an SQL command to delete a table named STUDENTS 2. Write an SQL command to create the STUDENTs table, with the following columns

 1. Write an SQL command to delete a table named STUDENTS

1. Write an SQL command to delete a table named STUDENTS 2. Write an SQL command to create the STUDENTs table, with the following columns char(9) SSN Lastname (10) Firstname (10) Major GPA DOB char(10) number(3,2) 3. Write SQL commands to insert the following 4 student records into the STUDENT table SSN 101 102 103 104 Lastname Smith Smith Meyer Brown Firstname Johnny Jack Jim Jenny Major IS FIN HRM IS GPA 3.41 5/18/2002 3.25 3/11/2000 2.82 10/11/2001 2.78 4/4/2001 DOB 4. Write an SQL command to display all records of the STUDENTs table 5. Write an SQL command to insert a new student record. This student's SSN is 105. Her last name is 'Lee and first name is "Jamie'. Her birthday is April 1, 1983. We have no information of her major and GPA, so leave them blank

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!