Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4 . Answer the following questions based on the given scenario: Ned s Dry Cleaning Case Questions Ned Smith owns and operates Ned s Dry
Answer the following questions based on the given scenario:
Neds Dry Cleaning Case Questions
Ned Smith owns and operates Neds Dry Cleaning, which is an upscale dry cleaner in a welltodo suburban neighborhood. Ned makes his business stand out from the competition by providing superior customer service. He wants to keep track of each of his customers and their orders. Ultimately, he wants to notify them that their clothes are ready via email. Suppose that you have designed a database for Neds Dry Cleaning that has the following tables:
Client ClientID FirstName, LastName, Phone
INVOICE InvoiceNumber ClientID DateIn, DateOut, Subtotal, Tax, TotalAmount
INVOICEITEM InvoiceNumber ItemNumber, ServiceID, Quantity, UnitPrice, ExtendedPrice
SERVICE ServiceID ServiceDescription, UnitPrice
Assume that all relationships have been defined, as implied by the foreign keys in this table list, and that the appropriate referential integrity constraints are in place.
Questions
Alter client table by adding a new column address for each client.
Alter the client table by changing the phone column to contact for each client.
Create a constraint on unitPrice column of InvoiceItem table. UnitPrice value should be greater than $
Add a computed fullname to the Client table by using the ALTER TABLE ADD column.
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