Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Customer The table name should be CUSTOMERS ( plural ) . Each CustomerID should be a 3 - digit number. Names should be strings of

Customer
The table name should be CUSTOMERS (plural).
Each CustomerID should be a 3-digit number.
Names should be strings of up to thirty characters.
The sample data should be:
101, Taylor Swift
102,[your name]
Order
The table name should be ORDERS (plural).
Each OrderID should be a 4-digit number.
Product names should be strings of up to thirty characters.
The sample data should be:
1001,20-MAY-24, Jasmine Tea, 101
1002,[a date of your choice],[a product of your choice],102
What you submit are
The SQL script to (i) drop the two tables, (ii) create the two tables, (iii) insert the sample data, and (iv) show
the full contents of the two tables.
a. The header of your script should be something like:
??**
Your Name
IS451 HW5
*/
b. Make sure to start your script file with DROP TABLE commands for the two tables in order to avoid
conflicts. Use the DROP TABLE commands in the following order.
i. ORDERS
ii. CUSTOMERS
c. Save your SQL script as HW5YourName.sql (e.g., HW5JohnDoe.sql).
d. Make sure that your SQL script runs without an error from the first line to the last one.
The Word/text file to show the entire outputs of your SQL script.
a. The header of your file should be something like:
??**
Your Name
IS451 HW5
*/
b. Name your file to HW5YourName.docx (e.g., HW5JohnDoe.docx) or HW5YourName.txt (e.g.,
HW5JohnDoe.txt).
c. The easiest is to clear the Script Output window first and then save the output of your script file after
running it.
image text in transcribed

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

Intelligent Information And Database Systems 6th Asian Conference Aciids 2014 Bangkok Thailand April 7 9 2014 Proceedings Part I 9 2014 Proceedings Part 1 Lnai 8397

Authors: Ngoc-Thanh Nguyen ,Boonwat Attachoo ,Bogdan Trawinski ,Kulwadee Somboonviwat

2014th Edition

3319054759, 978-3319054759

More Books

Students also viewed these Databases questions