Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this assingment please. I am not even sure where to start! You have been tasked with creating a database solution for

I need help with this assingment please. I am not even sure where to start!
You have been tasked with creating a database solution for a local pet store's grooming services. You are given the following information:
This database will need to store information about the pet grooming service performed, the animal and customer, and pet groomers.
There are several pet groomers that are employed by the store. Pet groomer information that will need to be stored: employee id, first name, last name, phone number.
Customer contact information must be stored. Animal breed, age, and name must be stored.
An appointment must be made for these pet grooming services.
The pet grooming services offered are Bath (cost: $11). Haircut (cost: $11), or Both (cost: $20).
Instructions:
With the selected scenario in mind, create an ERD Diagram showing the tables and fields needed. Be sure to identify and keys or constraints.
Write a brief prompt discussing the design considerations of your database solution.
Write SQL statements that will produce the tables and columns identified in your ERD Diagram.
Write SQL statements that will populate at least 5 records in each of your tables.
Write SQL statements to perform the following (Assume the records and counts your return should be unique. (Feel free to use more keywords/functions than those listed):
Produce a list of fields using SELECT and WHERE statements.
Produce a list of fields using SELECT and ORDER BY statements.
Produce a list of fields using SELECT and GROUP BY statements.
Craft a query that returns a count and a customer/player name
Modify values in the age field to increment by 1.
Add a column to your database. Remove the column from your database.
Delete rows in your database using a WHERE statement.
Delete a table.
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

Database Concepts

Authors: David M. Kroenke, David J. Auer

7th edition

133544621, 133544626, 0-13-354462-1, 978-0133544626

More Books

Students also viewed these Databases questions