SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
DBMS
TYPES OF DATABASES


      Hierarchical database
      Network database
      Relational database
      Object-oriented database
HIERARCHICAL DATABASE

   A DBMS is said to be hierarchical if the relationships
    among data in the database are established in such a
    way that one data item is present as the subordinate
    of another one. 
   Here subordinate means that items have 'parent-
    child' relationships among them. Direct relationships 
    exist between any two records that are stored 
    consecutively. The data structure "tree" is followed 
    by the DBMS to structure the database. No backward 
    movement is possible/allowed in the hierarchical 
    database.
NETWORK DATABASE

   A DBMS is said to be a Network DBMS if the
    relationships among data in the database are of
    type many-to-many. 
   The relationships among many-to-many appears in 
    the form of a network. Thus the structure of 
    a network database is extremely complicated 
    because of these many-to-many relationships in 
    which one record can be used as a key of the entire 
    database. A network database is structured in the 
    form of a graph that is also a data structure.
RELATIONAL DATABASE

   A DBMS is said to be a Relational DBMS or RDBMS if
    the database relationships are treated in the form of a
    table. there are three keys on relational DBMS 
    1)relation 2)domain 3)attributes. 
   A network means it contains fundamentel constructs
    sets or records.sets contains one to many
    relationship,records contains fields statical table that
    is composed of rows and columns is used to organize
    the database and its structure and is actually a two
    dimension array in the computer memory. A number
    of RDBMSs are available, some popular examples are
    Oracle, Sybase, Ingress,Informix, Microsoft SQL
    Server, and Microsoft Access.
OBJECT-ORIENTED DATABASE

    Object-oriented databases use small, reusable chunks of
     software called objects. The objects themselves are stored
     in the object-oriented database. Each object consists of
     two elements: 1) a piece of data (e.g., sound, video, text,
     or graphics), and 2) the instructions, or software programs
     called methods, for what to do with the data.
    Object-oriented databases have two disadvantages. First,
     they are more costly to develop. Second, most
     organizations are reluctant to abandon or convert from
     those databases that they have already invested money in
     developing and implementing. However, the benefits to
     object-oriented databases are compelling. The ability to
     mix and match reusable objects provides incredible
     multimedia capability.
OBJECT-ORIENTED DATABASE

    Object-oriented databases use small, reusable chunks of
     software called objects. The objects themselves are stored
     in the object-oriented database. Each object consists of
     two elements: 1) a piece of data (e.g., sound, video, text,
     or graphics), and 2) the instructions, or software programs
     called methods, for what to do with the data.
    Object-oriented databases have two disadvantages. First,
     they are more costly to develop. Second, most
     organizations are reluctant to abandon or convert from
     those databases that they have already invested money in
     developing and implementing. However, the benefits to
     object-oriented databases are compelling. The ability to
     mix and match reusable objects provides incredible
     multimedia capability.

More Related Content

PPTX
Database management functions
PPT
Data Base Management System
PPTX
DBMS and its Models
PPTX
Types of databases
PPTX
Basic Concept Of Database Management System (DBMS) [Presentation Slide]
PPT
Database Chapter 2
PPT
Database systems introduction
PPT
Files Vs DataBase
Database management functions
Data Base Management System
DBMS and its Models
Types of databases
Basic Concept Of Database Management System (DBMS) [Presentation Slide]
Database Chapter 2
Database systems introduction
Files Vs DataBase

What's hot (20)

PPTX
Database Management System
PPTX
Data warehousing
PPTX
Relational Data Model Introduction
PDF
Data mining & data warehousing (ppt)
PPTX
Database and types of database
PPTX
Advantages of DBMS
PPTX
Introduction to Database
PDF
Data Models
PPTX
PPT
1. Introduction to DBMS
PPTX
Advantages and disadvantages of relational databases
PPTX
Database management system
PPTX
Client server model
PPT
11 Database Concepts
PPTX
Relational Database Management System
PPTX
multi dimensional data model
PPTX
Dbms architecture
PPTX
Data mining tasks
PPTX
Database administrator
Database Management System
Data warehousing
Relational Data Model Introduction
Data mining & data warehousing (ppt)
Database and types of database
Advantages of DBMS
Introduction to Database
Data Models
1. Introduction to DBMS
Advantages and disadvantages of relational databases
Database management system
Client server model
11 Database Concepts
Relational Database Management System
multi dimensional data model
Dbms architecture
Data mining tasks
Database administrator
Ad

Similar to Types dbms (20)

DOC
Database Management System
PDF
PPTX
Spatial Database and Database Management System
PPTX
Chapter-2 Database System Concepts and Architecture
PPT
Database and Database Management (DBM): Health Informatics
PPTX
DBMS basics and normalizations unit.pptx
PPT
Object Oriented Database Management System
PPTX
Database overview
PPTX
Unit1 DBMS Introduction
PPTX
WORKING WITH DATA.pptx WORKING WITH DATA.pptx
PPTX
dbms introduction.pptx
PPTX
Dbms classification according to data models
PPTX
Database System Concepts AND architecture [Autosaved].pptx
PDF
UNIT 5- Other Databases.pdf
DOCX
DBMS PART 1.docx
PPTX
object database conceptual design.pptx
PPT
DBMS topic in PU
DOCX
data base system to new data science lerne
Database Management System
Spatial Database and Database Management System
Chapter-2 Database System Concepts and Architecture
Database and Database Management (DBM): Health Informatics
DBMS basics and normalizations unit.pptx
Object Oriented Database Management System
Database overview
Unit1 DBMS Introduction
WORKING WITH DATA.pptx WORKING WITH DATA.pptx
dbms introduction.pptx
Dbms classification according to data models
Database System Concepts AND architecture [Autosaved].pptx
UNIT 5- Other Databases.pdf
DBMS PART 1.docx
object database conceptual design.pptx
DBMS topic in PU
data base system to new data science lerne
Ad

Types dbms

  • 2. TYPES OF DATABASES  Hierarchical database  Network database  Relational database  Object-oriented database
  • 3. HIERARCHICAL DATABASE  A DBMS is said to be hierarchical if the relationships among data in the database are established in such a way that one data item is present as the subordinate of another one.   Here subordinate means that items have 'parent- child' relationships among them. Direct relationships  exist between any two records that are stored  consecutively. The data structure "tree" is followed  by the DBMS to structure the database. No backward  movement is possible/allowed in the hierarchical  database.
  • 4. NETWORK DATABASE  A DBMS is said to be a Network DBMS if the relationships among data in the database are of type many-to-many.   The relationships among many-to-many appears in  the form of a network. Thus the structure of  a network database is extremely complicated  because of these many-to-many relationships in  which one record can be used as a key of the entire  database. A network database is structured in the  form of a graph that is also a data structure.
  • 5. RELATIONAL DATABASE  A DBMS is said to be a Relational DBMS or RDBMS if the database relationships are treated in the form of a table. there are three keys on relational DBMS  1)relation 2)domain 3)attributes.   A network means it contains fundamentel constructs sets or records.sets contains one to many relationship,records contains fields statical table that is composed of rows and columns is used to organize the database and its structure and is actually a two dimension array in the computer memory. A number of RDBMSs are available, some popular examples are Oracle, Sybase, Ingress,Informix, Microsoft SQL Server, and Microsoft Access.
  • 6. OBJECT-ORIENTED DATABASE  Object-oriented databases use small, reusable chunks of software called objects. The objects themselves are stored in the object-oriented database. Each object consists of two elements: 1) a piece of data (e.g., sound, video, text, or graphics), and 2) the instructions, or software programs called methods, for what to do with the data.  Object-oriented databases have two disadvantages. First, they are more costly to develop. Second, most organizations are reluctant to abandon or convert from those databases that they have already invested money in developing and implementing. However, the benefits to object-oriented databases are compelling. The ability to mix and match reusable objects provides incredible multimedia capability.
  • 7. OBJECT-ORIENTED DATABASE  Object-oriented databases use small, reusable chunks of software called objects. The objects themselves are stored in the object-oriented database. Each object consists of two elements: 1) a piece of data (e.g., sound, video, text, or graphics), and 2) the instructions, or software programs called methods, for what to do with the data.  Object-oriented databases have two disadvantages. First, they are more costly to develop. Second, most organizations are reluctant to abandon or convert from those databases that they have already invested money in developing and implementing. However, the benefits to object-oriented databases are compelling. The ability to mix and match reusable objects provides incredible multimedia capability.