Thomas SMETS
Posts: 307
Nickname: tsmets
Registered: Apr, 2002
|
|
Re: Hierarchical DB
|
Posted: Oct 2, 2003 4:02 PM
|
|
You probably know LDAP ? That is a directory usually stored in a hierarchical way that you can access thru' a simpler query language than SQL's
Well, everybody knows relationnal databases but they are no goot at storing infos which have a structure like this one : | / \ /\/|\ |\
, if you think at a telco network where trails are router on connection & vice versa with many levels or, something better known as the familly tree, you end up with very though queries on an Oracle (look for informations on the connect by statement).
Cheers,
\T,
|
|