Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchavhan1998/customer-database-relational-design
Converting a relational design that enlists various users, their roles, user accounts and their statuses into different tables in SQL Server
https://github.com/mchavhan1998/customer-database-relational-design
customer database relationship sql sql-server
Last synced: 20 days ago
JSON representation
Converting a relational design that enlists various users, their roles, user accounts and their statuses into different tables in SQL Server
- Host: GitHub
- URL: https://github.com/mchavhan1998/customer-database-relational-design
- Owner: Mchavhan1998
- License: mit
- Created: 2024-08-03T23:11:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T23:34:31.000Z (6 months ago)
- Last Synced: 2025-01-18T12:15:59.660Z (20 days ago)
- Topics: customer, database, relationship, sql, sql-server
- Homepage: https://github.com/Mchavhan1998/Customer-Database-Relational-Design/tree/main
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📂 Customer-Database-Relational-Design
## 🔭 Project Overview
This project involves creating and managing a customer database to retrieve and analyze customer details, including user statuses, roles, and account information. The aim is to set up a structured database, insert relevant data, and perform queries to extract meaningful insights.## ✏️ Problem Statement
The objective is to understand how to structure a database, define relationships between tables, insert data, and query the database to get detailed customer information. This includes details like user statuses, roles, and account information, and performing operations such as deleting entries.## 🎯 Topics Covered
- Database creation and table structure
- Table relationships and foreign keys
- Data insertion and deletion
- SQL querying for data retrieval## SQL Queries Overview
### The provided SQL script includes the following operations:
1. Database and Table Creation
2. Data Insertion
3. Data Retrieval
4. Data Deletion## 🏆 Skills Demonstrated
- Database Design
- SQL
- Table Relationships
- Data Insertion and Deletion
- Data Retrieval and Analysis## License
This project is licensed under the MIT License.