Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.32 KB

File metadata and controls

27 lines (21 loc) · 1.32 KB

Book_Sales_sql_project

📚 Book Sales Database

📂 Database Structure

The project consists of multiple tables, including:

  • Books 📘: Contains book details such as title, author, genre, price, and stock availability.
  • Customers 🧑‍💻: Stores customer information, including names, contact details, and purchase history.
  • Orders 🛒: Tracks order details, including order date, book purchased, quantity, and total cost.

⚡ Features

Order Tracking – View and analyze book orders over time.
Customer Insights – Identify loyal customers and their buying behavior.
Sales Analysis – Generate reports on best-selling books and revenue trends.
Data Integrity – Implement foreign keys and constraints to maintain consistency.

🛠️ Technologies Used

  • SQL MySQL for database management
  • Normalization techniques to avoid redundancy
  • Joins and queries for data retrieval and insights

📊 Future Enhancements

  • Add discounts and promotions tracking
  • Implement a recommendation system based on customer preferences
  • Integrate a dashboard for real-time sales monitoring

This project is great for anyone looking to understand database design, practice SQL queries, and analyze sales data effectively. 🚀