Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ABC Database 1.Write a query to retrieve customer name, order date, order status using joins. 2. Write a query to retrieve customer name, order
ABC Database 1.Write a query to retrieve customer name, order date, order status using joins. 2. Write a query to retrieve customer name, order date, order status without using joins. 3. Write a query to retrieve customer name, order date, and list of ordered products using joins. 4. Write a get list of all products that start with either a' or 'b' or 'c' but ends at 'a'. 5. Write a query to count all the products. 6. Write a query to see list of cancelled orders 7. Write a query to see list of cancelled orders along with customer names. 8. Write a query get the products whose price is greater than average price of products. 9. Write a query to display two columns. One to display list of product categories and second to display the total number of products associated with each category. 10. Create VIEW for customer order details that will display customer name, order number, order data and total amount. And write the script here too.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Sure Here are the queries you requested 1 Query using joins to retrieve customer name order date and order status sql SELECT ccustomername oorderdate ...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