Re: Demo: Modelling Cost of Travel Paths Between Towns

From: Neo <neo55592_at_hotmail.com>
Date: 3 Dec 2004 08:09:12 -0800
Message-ID: <4b45d3ad.0412030809.bc45f70_at_posting.google.com>


> Any sample with less than a Terabyte of data is bogus.

You are correct, any data less than a terabyte is bogus (even exceedings Ed's
real data standard of a gigabyte). But then how difficult could it be for persons, such as yourself, who are able to work with giga/terabytes of data to show a query similar/equivalent to the following "difficult to conceive" query and yet continues to work as new things/cases are represented.

> > // Find person who is a doctor and engineer,
> > // whose boss is someone whose employee is republican.
> > // Finds donna.
> > SELECT %.cls=person & %.profession=doctor & %.profession=engineer &
> > %.boss=(%.employee=(%.party=republican));

Please post your initial solution in thread title "Database planning - Hierarchical Problem". Received on Fri Dec 03 2004 - 17:09:12 CET

Original text of this message