Skip to content

Rentgrata/SQL-Asessment-V1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

SQL-Asessment-V1

Please write SQL queries to solve the following tasks:

  1. Retrieve all customers from the “Customers” table whose names start with the letter ‘A’.

  2. Calculate the total revenue generated by each customer from the “Orders” table, and order the results in descending order.

  3. Find the average order quantity for each product from the “OrderDetails” table, and return the results along with the product name.

  4. Identify the top 5 products with the highest unit price from the “Products” table, and return the results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published