Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Create a database called auto _ parts _ unlimited 2 . Create the following tables based on the client s requirements: a .
Create a database called autopartsunlimited
Create the following tables based on the clients requirements:
a customers: This table will store customer information and should include the following attributes:
i custid: A numeric ID that is assigned automatically when a customer record is created
ii firstname: customers first name
iii. lastname: customers last name
iv phonenumber: customers phone number using format: xxx xxxxxxx
v email: customers email address
vi streetaddress: customers address, includes street name and number
vii. city: city in which the customer lives
viii. zip: customers 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 employeeid: A numeric ID that is assigned automatically when an employee is hired
ii firstname: employees first name
iii. lastname: employees last name
iv phonenumber: employees phone number using format: xxx xxxxxxx
v email: employees email address
vi streetaddress: employees address, includes street name and number
vii. city: city in which the employee lives
viii. zip: employees digit zip code
ix state: two letter state abbreviation
x hiredate: 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 partsinventory: represents all items in the stores inventory
i partnumber: 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started