Sunday, May 1, 2011

DBMS Structure

Hello guys..
How was your day? Next is about DBMS structure. It is consist of 5 structures..

1.       Hierarchical Database
Data structured in nodes organized like an upside-down tree; each parent node can have several children; each child node can have only one parent

2.       Network database

Like hierarchical except that each child can have several parents

3.       Relational database

Data stored in tables consisting of rows and columns

4.       Multidimensional database

Data stored in data cubes with three or more dimensions

5.       Object-oriented database

Organizes data using classes, objects, attributes, and methods

0 comments: