Assignment_1: 1. Create table customer with four attributes number, name, address and telephone number. Each customer has a unique number and the name can be up to 14 characters. 2. Add a new attribute ssn to this table. Each customer must have an ssn and it is unique. 3. Redefine the column address to become fixed length with size=20.

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter6: Additional Database Objects
Section: Chapter Questions
Problem 6HOA: A new table has been requested to support tracking automated emails sent to customers. Create the...
icon
Related questions
icon
Concept explainers
Question
100%
Assignment 1:
1. Create table customer with four attributes number, name, address
and telephone number. Each customer has a unique number and
the name can be up to 14 characters.
2. Add a new attribute ssn to this table. Each customer must have an
ssn and it is unique.
3. Redefine the column address to become fixed length with size=20.
4. Drop the column telephone number
5. Rename the table customer to customer_new.
6. Add a birth date attribute. All customer should be born after Dec
10 2000.
Transcribed Image Text:Assignment 1: 1. Create table customer with four attributes number, name, address and telephone number. Each customer has a unique number and the name can be up to 14 characters. 2. Add a new attribute ssn to this table. Each customer must have an ssn and it is unique. 3. Redefine the column address to become fixed length with size=20. 4. Drop the column telephone number 5. Rename the table customer to customer_new. 6. Add a birth date attribute. All customer should be born after Dec 10 2000.
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning