0% found this document useful (0 votes)
32 views

Database Manegment System

The document is a certificate for students who completed a project on an ER diagram for a student management system. It includes the names of the students and teachers involved and certifies that the project was completed as required. It also includes the ER diagram and an explanation of it.

Uploaded by

Sohel Sayyad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Database Manegment System

The document is a certificate for students who completed a project on an ER diagram for a student management system. It includes the names of the students and teachers involved and certifies that the project was completed as required. It also includes the ER diagram and an explanation of it.

Uploaded by

Sohel Sayyad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

SONIYA GANDHI POLYTECHNIC

SHRIGONDA-413701

CERTIFICATE

This is to certify that the project entitled

Submitted by

Mr.Gaikawad.K.S 2111640080

Mr.Sayyad.S.S 2111640083

Mr.Hole.T.D 2111640094

Mr.Randive.S.R 2111640228

Is the Bonafide work completed in the academic year 2022-23 under my


supervision and guidance in partial fulfillment for award of "Diploma In
Computer Engineering "by Maharashtra state Board Of Technical Education.

Place:Shrigoanda

Prof.Tupe Mam Prof.Nagne Sir Prof.Nagawade A.B.

Project Guide]. [H.O.D]. [PRINCIPAL].

A MICRO PROJECT REPORT


"ER Diagram for Student Management System”
OF IN PARTIAL FULFILLENT OF THE REQUIRMENT OF

THE AWARD OF THE DIPLOMA

In

COMPUTER ENGINEERING

Mr. Gaikawad.K.S 2111640080

Mr. Sayyad.S.S 2111640083

Mr. Hole.T.D 2111640094

Mr. Randive.S.R 2111640228

Tupe Mam

MAHARASHTRA STATE OF TECHNICAL EDUCATION

(2022-2023)

DECLARATION
We hereby declare that the Micro Project entitle "ER Diagram for
Student Management System" was carried out and written by us
under the guidance of Tupe Mam Department of Computer
Engineering, Soniya Gandhi Polytechnic, Shrigonda. This work has
not been previously formed the basis for the award of any Diploma,
Degree or Certificate.
Date:

Place: Shrigoanda

Name of student Enrollment no Sign


MR. Gaikawad.K.S 2111640080

Mr. Sayyad.S.S 2111640083

Mr. Hole.T.D 2111640094

Mr. Randive.S.R 2111640228

ER Diagram for Student Management System


Student database management system ER diagram are
used to show the relationship between table entities and
the system’s logical database structure.

Specifically, an entity relationship diagram (ERD) shows the


relationships between each table in the database.

To explain the ER diagram For Student Management System


(database design), the diagram uses the following labels:

Label Meaning

It represents a table in a relational


database, with each entity instance
representing a row. The primary piece
Entity
of code for an entity is its entity class,
although entities can also utilize helper
classes.

An attribute in a database management


system (DBMS) refers to a database
component, such as a table.
Attribute
Additionally, it may refer to a database
field and it specify the instances in a
database’s columns.

Relationship In the case of databases, a relationship


exists between two relational database
tables. This happens when the foreign
key of one table references the primary
key of the other table. Relationships
enable relational databases to divide
and store data in distinct tables while
connecting diverse data objects.

Entity Relationship Diagram Labels

The database design (ERD) is also usable in Student


Management System Data Flow Diagram.

An Entity Relationship Diagram (ERD, ER Diagram, or ER


Model) is a form of database design or a specific structure
diagram.

Moreover, this diagram uses different symbols and lines to


show two important pieces of information. The important
pieces are the main parts of the system and
the relationships between them.
Student Management System ER (Entity Relationship) Diagram

This ER diagram shows the overall entities in Student


Management System. The entities are shown in form of
rectangles, while their attributes are in form of circles or
ovals.

In this ERD, the rectangle shape presents the entities.


However, their attributes are shown in form of a circle
shape attached to each entity.
Additionally, the example is the initial form of the system’s
database design. Thus, the primary purpose of ERD is to let
the users understand the structure of the admin’s interface.

ENTITIES ATTRIBUTES

stud_ID (PK), stfname, stlname, stcourse,


Student: styear, stcontact, stage, stbirthdate, and
stgender

Courses course_ID (PK), course_desc, units,


Offered: course_remarks

staff_ID (PK), fname, lname, contact, address,


Staff:
gender

Staff
staff_ID (PK), course_line
Department:

report_ID (PK), reports_name,


Reports:
student_records, transaction_reports

Student registration_ID (PK), name, content,


Registration: registration_date

Project transaction_ID (PK), transaction_name,


Transactions: stude_ID, staff_ID, transaction_date

Student Management System ERD Entities and Attributes


To create the ER diagram, you can simply collect the data
that needs to be stored in the system. Then, generalize
these data and create their attributes and they must be
related to the kind of entity.

The given example cannot be applied directly to the


system’s database. For this reason, a database design is
required.

Student Management System Database Design


Modeling the data stored in a database requires the use of ER
Diagrams. It is the basis upon which a database is built. Therefore,
the ER diagram helps in explaining the types of data that will be
stored in the student management system.

A database design (data model) is the structuring of data


according to a database model. The designer defines which
data items must be saved and their connections.
Additionally, this allows them to begin fitting the data to the
database model.
Student Management System Project Database Design.

The Student Management System Database design is the


storage of all the data that may enter and exit the system. It
also orders the data according to ER Diagram model.
Moreover, the developers will decide what data should be
saved and how the various data parts should interact.

Additionally, it creates a guide of the project’s database


logical and physical designs. Independent of physical
factors, the logical model focuses on data needed and data
to be stored.

You might also like