Coder Social home page Coder Social logo

ramanand23 / college_dbms_project Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 945 KB

College Database Management System (Mini Project for DBMS subject)

License: MIT License

ddl-commands dml-commands dql-commands erd erdiagram normalization-database pgadmin4 postgresql-database sql-query

college_dbms_project's Introduction

College Database Management System Project

This project implements a basic College Database Management System using PostgreSQL. It includes SQL scripts for table creation, data insertion, and various queries, as well as an ER diagram designed using normalization principles.

Project Structure

The project is divided into the following SQL script files:

  1. ddl.sql: Contains Data Definition Language (DDL) commands for creating tables.
  2. dml.sql: Contains Data Manipulation Language (DML) commands for inserting data into the tables.
  3. queries.sql: Contains various SQL queries for retrieving and manipulating data.

Entity Relationship Diagram

image

Tables

The database consists of the following tables:

  • STUDENT: Stores details of students.
  • SEMSEC: Stores information about semesters and sections.
  • CLASS: Stores information about which student is in which class.
  • SUBJECT: Stores details about subjects.
  • IAMARKS: Stores internal assessment marks of students.

SQL Scripts

DDL (Data Definition Language)

The ddl.sql file contains SQL commands to create the tables

DML (Data Manipulation Language)

The dml.sql file contains SQL commands to insert/update/delete data into the tables

DQL (Data Query Language)

The queries.sql file contains SQL commands to fetch the data from the tables

How to Run ?

  1. Install PostgreSQL: Make sure PostgreSQL is installed on your system.
  2. Create Database: Create a new database in PostgreSQL.
  3. Execute DDL Script: Run the ddl.sql script to create the tables.
  4. Execute DML Script: Run the dml.sql script to insert data into the tables.
  5. Execute Queries: Run the queries.sql script to perform various queries.

Project Report

TE_17ET7006_CASE STUDY_RAMANAND_DHOLE .pdf

college_dbms_project's People

Contributors

ramanand23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.