Question: 1 . Create a database called auto _ parts _ unlimited 2 . Create the following tables based on the client s requirements: a .

1. Create a database called auto_parts_unlimited
2. Create the following tables based on the clients requirements:
a. customers: This table will store customer information and should include the following attributes:
i. cust_id: A numeric ID that is assigned automatically when a customer record is created
ii. first_name: customers first name
iii. last_name: customers last name
iv. phone_number: customers phone number using format: (xxx) xxx-xxxx
v. email: customers email address
vi. street_address: customers address, includes street name and number
vii. city: city in which the customer lives
viii. zip: customers 5-digit zip code
ix. state: two letter state abbreviation
b. employees: This table will store information about the employees and should include the following attributes:
i. employee_id: A numeric ID that is assigned automatically when an employee is hired
ii. first_name: employees first name
iii. last_name: employees last name
iv. phone_number: employees phone number using format: (xxx) xxx-xxxx
v. email: employees email address
vi. street_address: employees address, includes street name and number
vii. city: city in which the employee lives
viii. zip: employees 5-digit zip code
ix. state: two letter state abbreviation
x. hire_date: date the employee was hired
xi. salary: employees annual salary as a fractional value
xii. probation: employees probationary status. Can only be one of two values. Either an employee is still probationary or not.
c. parts_inventory: represents all items in the stores inventory
i. part_number: An alphanumeric part number
ii. manufacturer: The manufacturers name of each part
iii. quantity: the number of parts in stock
iv. price: the price of each part as a fractional value

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!