Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Once your ARTIST_ITEM table is complete, we need to add some items to it. Add the following Items first to the ITEM table and then

image text in transcribed

Once your ARTIST_ITEM table is complete, we need to add some items to it. Add the following Items first to the ITEM table and then to the ARTIST_ITEMS table.

ItemID

ItemTypeID

Size

MaxPrice

MinPrice

OwnerID

5000

5000

12 inches

25.00

15.00

5000

5001

5000

10 inches

15.00

10.00

5000

5002

5000

8 inches

10.00

7.00

5000

ItemID

Date Acquired

PurchasePrice

5000

2014-11-17

15.00

5001

2014-11-24

10.00

5002

2014-11-25

7.00

WORKERS PeopleID: INTEGER [ PFK ] HireDate: DATE SSN: CHAR(12) PeopleID: INTEGER [ PFK ] CustomerSince: DATE CHARITY arityID: INTEGER [PK] ARTIST PeopleID: INTEGER [PFK ] TaxIDNum: CHAR(12) lame: CHAR(20) dress: CHAR(30) PEOPLE PeopleID: INTEGER [ PK]State: CHAR(2) irstName: CHAR(15) rtistSince: DATE | Zip: CHAR(10) one: CHAR(12) ContactID: INTEGER [FK] --LastName: CHAR (15) ddress: CHAR(30) ity: CHAR(30) H ORDER State: CHAR(2) rderID: INTEGER [PK ] OrderDate: DATE ustomerID: INTEGE Zip: CHAR(10) Phone: CHAR (12) CellPhone: CHAR(12) [FKEmail: VARCHAR(50) DonationID: INTEGER [PK] EmployeeID: INTEGER [FK] PeopleType: CHAR(4) DonationDate: DATE harityID: INTEGER [FK] EmployeeID: INTEGER [ Rj ARTIST_ITEM ItemID: INTEGER [PFK ] ORDER_ITEM OrderID: INTEGER [ PFK ] ItemID: INTEGER [ PFK] DateAquired: DATE PurchasePrice: DECIMAL(5, 2)-- ITEM DONATION Price: DECIMAL(5, 2) DonationID: INTEGER [ PFK ] ItemID: INTEGER [PFK] Value: DECIMAL(5, 2) ItemID: INTEGER [PK] ITEM TYPE ItemTypeID: INTEGER [FK] ize: CHAR(15) MaxPrice: DECIMAL(5, 2) MinPrice: DECIMAL(5, 2) ownerID: INTEGER ITEM PICKUP ItemID: INTEGER [PFK] Date: DATE ItemTypeID: INTEGER [PK ] ame: CHAR(25) escription: CHAR(35)

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