top of page

What Can We Get by Analyzing an Online Shopping Website?

In this video, I'm going to walk through a database and run some SQL queries to find the answers to business questions. I query SQL in MySQL database management system. The business questions are:

  1. Print details of sales where amounts are greater than 2,000 and boxes are less than 100

  2. How many sales did each of the salespersons have in January 2022?

  3. Which product sells more boxes?

  4. Which product sold more boxes in the first 7 days of February 2022?

  5. Which sales had under 100 customers & 100 boxes? Did any of them occur on Wednesday?





55 views

Related Posts

Remove Duplicate Rows in SQL

In this video, you'll learn how to select a database, review and analyze data, and identify duplicate entries using SQL. I'll show you...

Comments


bottom of page