Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Task 3 : Query Writing ( 1 8 Points ) Write SQL queries to answer the following questions based on the 3 tables and data
Task : Query Writing Points
Write SQL queries to answer the following questions based on the tables and data that you already inserted into your DB:
Retrieve the full name concatenation of first name and last name of all customers.
Retrieve the products with a price higher than $
Retrieve the total quantity of each product sold.
Retrieve the orders placed on a specific date.
Retrieve the email addresses of customers who placed an order for a specific product.
Retrieve the number of orders placed by each customer.
Retrieve the total revenue generated by each customer.
Retrieve the average price of products.
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