Skip to content

This project involves designing and analyzing a bookstore database using Ms-SQL Sever. created relational tables for books, customers, and orders.

Notifications You must be signed in to change notification settings

thanu36/SQL-Books-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL-Books-Analysis

This project focuses on building and analyzing a relational database for a bookstore. The primary objective is to simulate a real-world retail environment and perform data analysis using structured query language (SQL). It demonstrates how data-driven insights can be extracted from raw transactional data to support business decision-making.The goal was to simulate a real-world retail environment where books are sold to customers through orders.

The project begins by creating a normalized database with three interconnected tables:


1)Books: Stores detailed information about each book, such as its title, author, genre, price, publication year, and available stock.

2)Customers: Holds customer profiles including name, location, and contact information.

3)Orders: Records transaction data, linking customers and books, along with order dates, quantities, and total amounts spent.


Insights Extracted


  1. Genre Popularity: Identified popular genres by examining the number of books sold per genre.

  1. Revenue Tracking: Calculated total revenue generated by the bookstore using order data.

  1. Customer Behavior:

-> Listed customers who placed multiple orders.

-> Found customers who spent the most.

-> Identified cities and countries with the highest customer engagement.


  1. Inventory Management:

-> Found the most and least stocked books.

-> Calculated remaining stock after fulfilling all customer orders.


  1. Top Performers:

-> Highlighted the most expensive books by genre.

-> Identified the most frequently ordered books.

About

This project involves designing and analyzing a bookstore database using Ms-SQL Sever. created relational tables for books, customers, and orders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published