Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a create table command to create a relation that will hold the following data: Driver_Licence SSN First_name Last_Name Date_of_Birth State AB17893 9820124 Harvey Goldberg

  1. Write a create table command to create a relation that will hold the following data:

Driver_Licence

SSN

First_name

Last_Name

Date_of_Birth

State

AB17893

9820124

Harvey

Goldberg

01/01/1982

OH

CD17673

8975382

Paul

Maxwell

02/10/1974

CA

GH92641

7394104

Peter

Feynman

05/17/2005

HI

VH02378

1325639

Sally

Maxwell

07/22/2000

CA

lD820381

1325640

Sally

Feynman

09/01/2013

HI

You will have to choose the datatype for each column. Also notice that:

  1. The Last Name cannot be NULL
  2. The State column should have UD as default value
  3. Driver_Licence is the primary key
  4. SSN should also be unique

  1. Now insert the data
  2. Write a command to update the record with Drivers Licence AB17893 to have NY as State
  3. Now delete the record with SSN 1325640
  4. Now update the two record with First Name Sally to have First Name Sal
  5. Create a view that holds the CA records only
  6. Insert a new record into the view. Does it also appear in the table?
  7. Now alter the table to make sure that also First Name cannot be null
  8. Now alter the table in order to add a new column named Points
  9. Now complete the data of this new column so that everyone has 0 points except for Peter, who has 1 point and Harvey who has 2. Will you INSERT or UPDATE?

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

Students also viewed these Databases questions

Question

Apply We First marketing to a social media campaign.

Answered: 1 week ago

Question

Explain the forces that influence how people handle conflict

Answered: 1 week ago