__STYLES__

SQL Case Study: Book Store Sales

Tools used in this project
SQL Case Study: Book Store Sales

About this project

Scenario

An online bookstore that wants to maximize sales and customer pleasure is the subject of our case study. Your job as a data analyst is to examine sales data and provide conclusions to enhance company performance. You can find patterns, client preferences, and growth prospects by examining data from your books, customers, orders, and sales. In order to increase sales and strengthen the position of the online bookshop in the marketplace, your analysis will help guide decisions about inventory management, marketing initiatives, and customer engagement.

The database used had 4 tables:

  • Books
  • Customers
  • Orders
  • Order_items

The case study involves answering these 10 questions. For each question I have provided a screenshot of the SQL query I ran:

  1. Retrieve all books with a price greater than $10. undefined

  2. Find the total amount spent by each customer in descending order.undefined3. Retrieve the top 3 best-selling books based on the total quantity sold.undefined4. Find the average price of books in the Fiction genre.undefined5. Retrieve the names of customers who places ordersundefined6. Find the total revenue generated from book sales.undefined7. Retrieve the books with titles containing the word “and” (case-insensitive).undefined8. Find the customers who have placed orders worth more than $50.undefined9. Retrieve the book titles and their corresponding authors sorted in alphabetical order by author.undefined10. Find the customers who have not placed any orders.undefined

Discussion and feedback(0 comments)
2000 characters remaining
Cookie SettingsWe use cookies to enhance your experience, analyze site traffic and deliver personalized content. Read our Privacy Policy.