Skip to content

Latest commit

Β 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DBMS-Project

πŸ“ Project Description

DBMS Mini Project: A Relational Database Management System
This project is a mini-DBMS designed to simulate real-world database operations using SQL and back-end technologies. It showcases concepts such as ER modeling, normalization, data integrity, and transaction management. The system is developed to handle basic CRUD operations along with complex queries and business logic enforcement.

πŸ” Project Overview

This DBMS mini-project aims to provide a hands-on experience in designing and implementing a database application from scratch. The system follows a structured approach:

  • Starts with an Entity-Relationship (ER) model, identifying key entities and relationships.
  • Proceeds through normalization steps (up to 3NF) to ensure data consistency and minimal redundancy.
  • Implements a relational schema using SQL (DDL & DML) to create and populate tables.
  • Supports CRUD operations (Create, Read, Update, Delete) on the data.
  • Utilizes advanced SQL features such as:
    • Joins and subqueries
    • Views
    • Aggregate functions

This project serves as an end-to-end demonstration of core DBMS principles.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages