Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Oriented Databases Prentice Hall International Series In Computer Science

Authors: John G. Hughes

1st Edition

0136298745, 978-0136298748

More Books

Students also viewed these Databases questions

Question

x-3+1, x23 Let f(x) = -*+3, * Answered: 1 week ago

Answered: 1 week ago