Skip to content

Customer database design using SQL with proper schema, relationships, and normalization.

Notifications You must be signed in to change notification settings

YashAnalytics3/Customer-Database-Design-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Customer-Database-Design-SQL

This project involves designing and implementing a relational database in MySQL based on customer data from an Excel file. It includes defining tables with appropriate data types and constraints, populating the database with data, and validating the design through SQL queries to ensure data integrity and functionality.

#Skills-Used:

MySQL, SQL Scripting, Database Design, Data Modeling, Table Creation, Primary Key & Foreign Key Constraints, Data Types, Data Insertion, Query Writing, Data Validation, Relational Database Concepts.

Database-Structure

1

Database-Table-Structure

  1. Category Table

2

  1. Customer Table

3

  1. Employee Table

4

  1. Orders Table

5

  1. OrdersDetails Table

6

  1. Products Table

7

  1. Shippers Table

8

  1. Suppliers Table

9

About

Customer database design using SQL with proper schema, relationships, and normalization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published