Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!p79g2000cwp.googlegroups.com!not-for-mail
From: "Neo" <neo55592@hotmail.com>
Newsgroups: comp.databases,comp.databases.theory
Subject: Re: I think that relational DBs are dead. See link to my article inside
Date: 3 Jul 2006 14:04:44 -0700
Organization: http://groups.google.com
Lines: 18
Message-ID: <1151960684.793344.177770@p79g2000cwp.googlegroups.com>
References: <1151665732.555787.99350@d56g2000cwd.googlegroups.com>
   <1151740631.102273.281450@p79g2000cwp.googlegroups.com>
   <1151921958.158158.310910@a14g2000cwb.googlegroups.com>
   <1151947251.883285.47990@p79g2000cwp.googlegroups.com>
NNTP-Posting-Host: 4.226.125.234
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1151960690 20485 127.0.0.1 (3 Jul 2006 21:04:50 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 3 Jul 2006 21:04:50 +0000 (UTC)
In-Reply-To: <1151947251.883285.47990@p79g2000cwp.googlegroups.com>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0),gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: p79g2000cwp.googlegroups.com; posting-host=4.226.125.234;
   posting-account=0cgMYwwAAAB-QanOAkBSIgPTzjTIpbMh
Xref: dp-news.maxwell.syr.edu comp.databases:48013 comp.databases.theory:42943

> I sincerely doubt there is anything you can do in a network model DB that cannot be done at least as well in a Relational model DB. Give just ONE example.

This probably doesn't qualify, but I would like to see an equivalent
RMDB implementation (and also how resilient it is to handling
additional data that is unknown during initial db design) for the
example posted at www.dbfordummies.com/example/ex007.asp   This example
creates two hierarchies with john and mary. In the first hierarchy,
john and mary are children of adam and eve who are children of god. In
the second hierarchy, john and mary are part of mars and venus
respectively which are part of the universe..

Example queries:
Find eve's children.
Find john's parents.
Find adam's children that are part of mars.
Find eve's children that are part of a planet.
Find god's grandchildren that are part of a planet.

