You are on page 1of 5

Khulna University of Engineering and Technology, Khulna-9203

Department of Electronics and Communication Engineering


Course No: CSE-3210
Course Title: Database System Laboratory
3rd Year 2nd Term
Report on: Student Database Management System

Submitted To:
Abdul Aziz
Assistant Professor, Department of Computer Science and Engineering
Dola Das
Lecturer, Department of Computer Science and Engineering
Khulna University of Engineering and Technology, Khulna-9203

Submitted By:
Sadman Sharif
Roll: 1709044
Department of Electronics and Communication Engineering
Khulna University of Engineering and Technology, Khulna-9203

Date of Submission: 23rd June, 2021


Table of Contents

Serial Number Contents Name Page


01 Introduction 02
02 Short Description of Project 03
03 E-R Diagram 03
04 Schema Diagram 04
05 Discussion 05
06 Conclusion 05

Introduction:
In computing, a database is an organized collection of data stored and accessed
electronically from a computer system. Where databases are more complex they
are often developed using formal design and modeling techniques.

The Database Management System (DBMS) is the software that interacts with end
users, applications, and the database itself to capture and analyze the data. The
DBMS software additionally encompasses the core facilities provided to
administer the database. The sum total of the database, the DBMS and the
associated applications can be referred to as a ‘database system’. Often the term
‘database’ is also used to loosely refer to any of the DBMS, the database system or
an application associated with the database. There are several kinds of Database
Management System (DBMS) such as follows:

I have used ‘Oracle’ DBMS for my Student Management System project. Oracle is
a fourth generation relational database management system. In general a Database
Management System (DBMS) must be able to reliably manage a large amount of
data in a multi-user environment so that many users can concurrently access the
same data. All this must be accomplished while delivering high performance to the
users of database. A DBMS must also be secure of unauthorized access and
provide efficient solutions for failure recovery. The Oracle Server provides
efficient and effective solutions for the major database features.
Short Description of Project:
My project ‘Student Management System’ is based on database, object oriented.
As there are many areas we keep the records in database for which I am using
Oracle DBMS which is one of the best and easiest to keep our information.

The project ‘Student Management System’ contain the information of Admin,


Course, Student and Registration. The schema consists of:

1. Admin=(AID, User Name, Login Name, Password)

2. Course=(CID, Course Name, Credit, Type)

3. Student=(SID, Name, Course, Department, Personal Details)

4. Student Registration=(RID, Name, Course, Department, Type, Date)

Each of the entity has its unique identity. The students of all departments can take
any type of course, register for any type of course. The Student ID, Course ID and
Registration ID are unique.

E-R Diagram:
The E-R diagram for ‘Student Database Management System’ is given below:
Schema Diagram:
The schema diagram for ‘Student Database Management System’ is given below:

You might also like