SlideShare a Scribd company logo
DATABASE
MANAGEMENT
SYSTEMS
Prepared by Chiran Gurung
• DBMS is a software system for creating, organizing
and managing the database.
• It provides an environment to the user to perform
operations on the database for creation, insertion,
deletion, updating and retrieval of data.
TYPES OF DATABASE
MANAGEMENT SYSTEMS
• Hierarchical Databases
• Network Databases
• E-R Databases
• Relational Database
• Object-Oriented Databases
HIERARCHICAL DATABASES
• Data is represented as a tree.
• A record type can belong to only one owner type but a owner
type can belong to many record type.
NETWORK DATABASES
• It is modified version of Hierarchical databases where it
allows more general connections among the nodes as well.
• They are difficult to use but are more flexible than
Hierarchical databases.
ENTITY-RELATIONSHIP DATABASES
• It is a high level database model based on the need of the
organization.
• Its entities are distinguishable from other objects and
relationship is an association among several entities.
RELATIONAL DATABASES
• It is a lower level database model that uses a collection of
tables to represent both data and relationships among those
data.
• Each table has multiple columns, depending on the number
of attributes, and each column has a unique name..
OBJECT-ORIENTED DATABASES
• It represents entity sets as class and a class represents both
attributes and the behavior of the entity.
• Instance of a class is an object.
• The internal part of the object is not externally visible.
• One object communicates with the other by sending
messages.
THANK YOU!!!

More Related Content

PPTX
DDMS
PPTX
CLOVER: PROPERTY GRAPH BASED METADATA MANAGEMENT SERVICE
PPTX
Database lec
PPTX
Introduction to database
PPTX
Data model
PDF
Getting the Most out of CORAL
PDF
Simplifying web development: Software as a Stream & Valaa Resource Model
DDMS
CLOVER: PROPERTY GRAPH BASED METADATA MANAGEMENT SERVICE
Database lec
Introduction to database
Data model
Getting the Most out of CORAL
Simplifying web development: Software as a Stream & Valaa Resource Model

What's hot (7)

PPTX
Four Types of Data Models
PPTX
Dbms vs rdbms
PPTX
Structured Query Language -SQL
DOC
Pega test topics - data modeling
PPTX
Relational databases
PPT
Introduction to Databases
PPT
relational database
Four Types of Data Models
Dbms vs rdbms
Structured Query Language -SQL
Pega test topics - data modeling
Relational databases
Introduction to Databases
relational database
Ad

Similar to Database management systems (20)

PPTX
DBMS - Database Management System
PDF
database management system presentaion.pdf
PPTX
DATABASE MANAGEMENT SYSTEM
PPTX
Database management system
PPTX
Database management system
PPTX
Presentation dbms
PPT
DBMS ACCESS programming and learning .ppt
DOCX
Database
PPTX
Database management ppt for education.pptx
PPTX
database management system approach .pptx
PPTX
Database Management System Introduction to DBMS.pptx
DOCX
ansh24.docxdegevfeghvehydfyebgdfhbgdfhbgefhf
PPTX
Database Management Systems 1
PPTX
DATA BASE MANAGEMENT SYSTEM BY SAIKIRAN PANJALA
PPTX
Basic of Database Management System(DBMS)
PPTX
SQL (Scratch to Advance).pptx
PPTX
Database-management-system-dbms-ppt.pptx
PDF
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
DOCX
A database management system
PPTX
Database Computer presentation file .pptx
DBMS - Database Management System
database management system presentaion.pdf
DATABASE MANAGEMENT SYSTEM
Database management system
Database management system
Presentation dbms
DBMS ACCESS programming and learning .ppt
Database
Database management ppt for education.pptx
database management system approach .pptx
Database Management System Introduction to DBMS.pptx
ansh24.docxdegevfeghvehydfyebgdfhbgdfhbgefhf
Database Management Systems 1
DATA BASE MANAGEMENT SYSTEM BY SAIKIRAN PANJALA
Basic of Database Management System(DBMS)
SQL (Scratch to Advance).pptx
Database-management-system-dbms-ppt.pptx
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
A database management system
Database Computer presentation file .pptx
Ad

Recently uploaded (20)

PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Basic Mud Logging Guide for educational purpose
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
master seminar digital applications in india
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Cell Structure & Organelles in detailed.
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Institutional Correction lecture only . . .
PDF
VCE English Exam - Section C Student Revision Booklet
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
O5-L3 Freight Transport Ops (International) V1.pdf
Renaissance Architecture: A Journey from Faith to Humanism
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPH.pptx obstetrics and gynecology in nursing
GDM (1) (1).pptx small presentation for students
Microbial diseases, their pathogenesis and prophylaxis
Abdominal Access Techniques with Prof. Dr. R K Mishra
human mycosis Human fungal infections are called human mycosis..pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Basic Mud Logging Guide for educational purpose
Sports Quiz easy sports quiz sports quiz
master seminar digital applications in india
Module 4: Burden of Disease Tutorial Slides S2 2025
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
O7-L3 Supply Chain Operations - ICLT Program
Cell Structure & Organelles in detailed.
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Institutional Correction lecture only . . .
VCE English Exam - Section C Student Revision Booklet

Database management systems

  • 2. • DBMS is a software system for creating, organizing and managing the database. • It provides an environment to the user to perform operations on the database for creation, insertion, deletion, updating and retrieval of data.
  • 3. TYPES OF DATABASE MANAGEMENT SYSTEMS • Hierarchical Databases • Network Databases • E-R Databases • Relational Database • Object-Oriented Databases
  • 4. HIERARCHICAL DATABASES • Data is represented as a tree. • A record type can belong to only one owner type but a owner type can belong to many record type.
  • 5. NETWORK DATABASES • It is modified version of Hierarchical databases where it allows more general connections among the nodes as well. • They are difficult to use but are more flexible than Hierarchical databases.
  • 6. ENTITY-RELATIONSHIP DATABASES • It is a high level database model based on the need of the organization. • Its entities are distinguishable from other objects and relationship is an association among several entities.
  • 7. RELATIONAL DATABASES • It is a lower level database model that uses a collection of tables to represent both data and relationships among those data. • Each table has multiple columns, depending on the number of attributes, and each column has a unique name..
  • 8. OBJECT-ORIENTED DATABASES • It represents entity sets as class and a class represents both attributes and the behavior of the entity. • Instance of a class is an object. • The internal part of the object is not externally visible. • One object communicates with the other by sending messages.