You are on page 1of 21

( SESSION : 2023-24 )

A PROJECT REPORT
ON
“DATABASE MANAGEMENT SYSTEM”

-:SUBMITTED TO:-

Computer Department
of
C.R.D. Arya Mahila P.G. College, Gorakhpur
In partial fulfilment for the requirements of the award of
Bachelors of art with Computer Application subject

-: CREATED BY :- -: GUIDENCE BY :-
Yashmeen Khan Mrs, Anjali Shukla
B.A. 3rd Year Lecturer of Computer Dept.
C.R.D.A.M. P.G. College C.R.D.A.M. P.G. College
Gorakhpur Gorakhpur

Affiliated to
DEEN DAYAL UPADHYAY, GORAKHPUR UNIVERSITY, GORAKHPUR
CERTIFICATE

This is Certifies that, the report entitled on “DATABASE MANAGEMENT


SYSTEM" which has been submitted by Yashmeen Khan, B.A. 3rd year
student of Chandrakanti Ramavati Devi Arya Hahila P.G. College
Gorakhpur, for the session 2023-2024, for partial fulfilment of the
requirement for the award of the degree of Bachelor of Arts, in Department
of Computer. Deen Dayal Upadhyaya Gorakhpur University is the student's
own work under my Supervision and Guidance.

Date: Mrs. Anjali Shukla


Assistant Professor
Place : Gorakhpur Department of Computer
DECLARATION

I hereby declare that this project report is based on the Project undergone by
me on the topic “DATABASE MANAGEMENT SYSTEM” This is my
original work and no part thereof has been submitted anywhere else for any
other academic purpose.

Date: ………………

Yashmeen Khan
ACKNOWLEDGEMENT

I am extremely grateful to my Supervisor Mrs, Anjali Shukla Department


of Computer Application, C.R.D.A.M. P.G. College, Gorakhpur whose
guidance encouraged me a lot to go deep in the scope of the project tending
to broaden my understanding on this project.

Yashmeen Khan
Table of the Content

Sr. No. Topic Pg. No.

1 Title of the Project 2

2 Introduction 3

3 Software & Hardware Requirement 4

4 Source Code 5

5 Screen Shots 11

6 Conclusion 14

7 Bibliography 15

8 Thank You 16
1|Page
Title of the Project

“DBMS”

2|Page
INTRODUCTION

Database Management Systems (DBMS) are software systems used to store, retrieve,
and run queries on data. A DBMS serves as an interface between an end-user and a
database, allowing users to create, read, update, and delete data in the database.

DBMS manage the data, the database engine, and the database schema, allowing for
data to be manipulated or extracted by users and other programs. This helps provide
data security, data integrity, concurrency, and uniform data administration procedures.

DBMS optimizes the organization of data by following a database schema design


technique called normalization, which splits a large table into smaller tables when any
of its attributes have redundancy in values. DBMS offer many benefits over traditional
file systems, including flexibility and a more complex backup system.

Database management systems can be classified based on a variety of criteria such as


the data model, the database distribution, or user numbers. The most widely used types
of DBMS software are relational, distributed, hierarchical, object-oriented, and
network.

3|Page
SOFTWARE & HARDWARE REQUIREMENTS

SOFTWARE:

FRONT END TOOL : HTML Language

REPORTING TOOL : MS-Office

DEVELOPMENT TOOL : Adobe Dreamweaver CC

PLATFORM : Web

BACKEND TOOL : None

HARDWARE:

PROCESSOR : Core 2 Duo or above

RAM : 1 GB or above

HDD : 160 GB or above

4|Page
SOURCE CODE

Home Page

<!DOCTYPE html>

<html>

<head>

<title>DBMS</title>

</head>

<body>

<center><img src="images/banner.png"></center><br>

<hr>

<h3>What is DBMS?</h3>

<p>Database Management Systems (DBMS) are software systems used to store, retrieve, and
run queries on data. A DBMS serves as an interface between an end-user and a database,
allowing users to create, read, update, and delete data in the database.

<br>

DBMS manage the data, the database engine, and the database schema, allowing for data to
be manipulated or extracted by users and other programs. This helps provide data security,
data integrity, concurrency, and uniform data administration procedures.

<br>

DBMS optimizes the organization of data by following a database schema design technique
called normalization, which splits a large table into smaller tables when any of its attributes
have redundancy in values. DBMS offer many benefits over traditional file systems,
including flexibility and a more complex backup system.

<br>

5|Page
Database management systems can be classified based on a variety of criteria such as the data
model, the database distribution, or user numbers. The most widely used types of DBMS
software are relational, distributed, hierarchical, object-oriented, and network.</p>

<center>

<iframe width="560" height="315"


src="https://www.youtube.com/embed/3EJlovevfcA?si=6RghQ56jPa5oB37V"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-
write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

<p>About DBMS Self Study Video</p>

</center>

<a href="2.html"><img src="images/next.jpg" align="right" alt=""></a>

<a href="#"><img src="images/pre.jpg" align="left" alt=""></a>

</body>

</html>

6|Page
2nd HTML Page

<!DOCTYPE html>

<html>

<head>

<title>DBMS</title>

</head>

<body>

<center><img src="images/banner.png"></center><br>

<hr>

<h1>Distributed database management system</h1>

<p>A distributed DBMS is a set of logically interrelated databases distributed over a network
that is managed by a centralized database application. This type of DBMS synchronizes data
periodically and ensures that any change to data is universally updated in the database.</p>

<h1>Hierarchical database management system</h1>

<p>Hierarchical databases organize model data in a tree-like structure. Data storage is either
a top-down or bottom-up format and is represented using a parent-child relationship.</p>

<h1>Network database management system</h1>

7|Page
<p>The network database model addresses the need for more complex relationships by
allowing each child to have multiple parents. Entities are organized in a graph that can be
accessed through several paths.</p>

<h1>Relational database management system</h1>

<p>Relational database management systems (RDBMS) are the most popular data model
because of its user-friendly interface. It is based on normalizing data in the rows and columns
of the tables. This is a viable option when you need a data storage system that is scalable,
flexible, and able to manage lots of information.</p>

<h1>Object-oriented database management system</h1>

<p>Object-oriented models store data in objects instead of rows and columns. It is based on
object-oriented programming (OOP) that allows objects to have members such as fields,
properties, and methods.</p>

<a href="3.html"><img src="images/next.jpg" align="right" alt=""></a>

<a href="index.html"><img src="images/pre.jpg" align="left" alt=""></a>

</body>

</html>

8|Page
3rd HTML Page

<!DOCTYPE html>

<html>

<head>

<title>DBMS</title>

</head>

<body>

<center><img src="images/banner.png"></center><br>

<hr>

<h2>Examples of DBMS</h2>

<p>There is a wide range of database software solutions, including both enterprise and open
source solutions, available for database management.</p>

<p>Here are some of the most popular database management systems:</p>

<h2>Oracle</h2>

<p>Oracle Database is a commercial relational database management system. It utilizes


enterprise-scale database technology with a robust set of features right out of the box. It can
be stored in the cloud or on-premises.</p>

<p>Learn how AppDynamics helps with&nbsp;Oracle monitoring</p>

9|Page
<h2>MySQL</h2>

<p>MySQL is a relational database management system that is commonly used with open-
source content management systems and large platforms like Facebook, Twitter, and
Youtube.</p>

<p>Learn how AppDynamics helps with&nbsp;MySQL monitoring</p>

<h2>SQL Server</h2>

<p>Developed by Microsoft, SQL Server is a relational database management system built


on top of structured query language (SQL), a standardized programming language that allows
database administrators to manage databases and query data.</p>

<p>Learn how AppDynamics helps with&nbsp;SQL server monitoring</p>

<a href="#"><img src="images/next.jpg" align="right" alt=""></a>

<a href="2.html"><img src="images/pre.jpg" align="left" alt=""></a>

</body>

</html>

10 | P a g e
SCREENSHOTAS

Home Page

11 | P a g e
2nd Page

12 | P a g e
3rd Page

13 | P a g e
CONCLUSION
The HTML Language Provides us tremendous facilities for building application. The project
on C.R.D.M.P.G. College small scale to medium curd system uses Hyperlink tags, table tags,
audio tags, image tags Una Header file all are supported in chrome browser facilities provided
by the HTML language system. In this way we can develop many more applications and other
utilities to solve our day to problems very quickly and efficiently.

14 | P a g e
BIBLIOGRAPHY

BOOKS USED:

 Programming in HTML
 Introducing Web Technology
 Software Engineering (Shalini Puri)
 Software Engineering (Pressman)

SITES USED:

 www.slideshare.com
 www.programinggreek.com
 www.htmllanguageinfo.net
 www.wikipedia.org

15 | P a g e
Thank You….

16 | P a g e

You might also like