Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
7 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Hierarchical model

A hierarchical database is a kind of database management system that links records together in a tree data structure such that each record type has only one owner (e.g., an order is owned by only one customer). Hierarchical structures were widely used in the first mainframe database management systems. However, due to their restrictions, they often cannot be used to relate structures that exist in the real world.

Hierarchical relationships between different types of data can make it very easy to answer some questions, but very difficult to answer others. If a one-to-many relationship is violated (e.g., a patient can have more than one physician) then the hierarchy becomes a network.

=Terms=

*Field – smallest unit of data *Segment – groups of fields; nodes of the tree structure *Database record – a collection of related segments; a particular tree structure *Database – composed of database records *Database description – how database records are defined; set of assembly-language macro instructions *Root – first segment *Sequence field – one field in each segment used to order the occurrences of a given type

= Some well known hierarchical databases =

*Adabas *GT.M *Information Management System *Caché *Multidimensional_hierarchical_toolkit *Mumps_compiler

= See also =

  • Navigational database
  • =External links=

    *Open Directory Project: [http://www.dmoz.org/Computers/Data_Formats/Database/Hierarchical/ Computers > Data Formats > Database > Hierarchical] *[http://www.cs.uni.edu/~okane/source/compiler.html Mumps Compiler] *[http://www.cs.uni.edu/~okane/source/mdh.html C++ Hierarchical Toolkit]