GithubHelp home page GithubHelp logo

edrrezend / collegedb_modeling Goto Github PK

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

Relational database modeling to help college management.

SQL 100.00%
brmodelo conceptual-model datamodeling logical-model physical-modeling sql-server

collegedb_modeling's Introduction

Relational database for college management

Enviroment:

Microsoft SQL Server + BrModelo

Objective:

To perform centralized control of students, teachers, courses, disciplines, academic history, and classes.

Project phases:

• Requirements gathering

• Entity and relationship identification

• E-R model

• E-R diagram

• Normalization

• Implementation

• Basic tests

Business Rules:

• A student can only be enrolled in one course at a time

• Students have a unique identification code (RA)

• Courses are composed of disciplines

• Disciplines can be mandatory or elective, depending on the course

• Disciplines belong to specific departments

• Each discipline has a unique identification code

• Students can freeze their enrollment, not being enrolled in any discipline for the semester

• In each semester, each student can enroll in a maximum of 9 disciplines

• A student can fail a maximum of 3 times in the same discipline.

• The college will have a maximum of 3000 students enrolled simultaneously, in 10 different courses

• 300 new students enter each year

• There are 90 total available disciplines

• An academic history shows all the disciplines taken by a student, including final grades, attendance, and the period when the course was taken

• Teachers can be registered even if they are not teaching disciplines

• There are 40 teachers working in the school

• Each teacher will teach a maximum of 4 different disciplines

• Each teacher is linked to a department

• Teachers are identified by a teacher code

Identifying entities:

• Students

• Teachers

• Disciplines

• Departments

• Courses

• Academic history

• Depends (self-relationship of Disciplines)

Identifying associative entities:

• teacher_discipline

• course_discipline

• discipline_history

Creating conceptual, logical, and physical models:

• Entities

• Relationships

• Cardinalities

• Associative Entities

• Attributes

• Constraints

• Primary and foreign keys

Conceptual Model:

collegeDB_concept

Logical Model:

collegeDB_logic

Physical Model:

collegedb_tables.txt

collegedb_modeling's People

Contributors

edrrezend 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.