Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What is the total party cost charged to each customer? Display the CustomerID, FirstName, LastName, and the Total Party Cost charged for that customer. Name
What is the total party cost charged to each customer? Display the CustomerID, FirstName,
LastName, and the Total Party Cost charged for that customer. Name the query as Total Party Cost
by Each Customer. (Hint: Each partys cost can be calculated by multiplying the number of people
attended in a party with the price per person.)
5. What is the total number of parties and the average of party size categorized by each party type?
Display the PartyType, the Number of Parties, and the Average of Party Size for each party type.
Name the query as Party Statistics by Each Party Type.
6. What is the total number of attendants invited by each customer? Display the CustomerID,
FirstName, LastName, and the Total Number of Attendants that a customer invited. Name the query
as Party Statistics by Each Customer
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