Re: Does Codd's view of a relational database differ from that ofDate&Darwin?[M.Gittens]
Date: 17 Jun 2005 08:12:26 -0700
Message-ID: <1119021146.379433.105530_at_o13g2000cwo.googlegroups.com>
Alexandr Savinov wrote:
>
> I still do not want to write joins.
> You propose to implelent it at the user interface level
> but I would prefer to have more support from the database. For example,
> the database should know about alternative paths, which are represented
> in a way different from explicit joins. One approach consists in
> specifying an intermediate table in the path. In this case the qurey
> might look as follows:
>
> get all houses related to 'Smith' via HouseEnsurance
select * from Houses natural join HouseInsurance natural join People where Name = 'Smith';
> Nice format, is not it? Would not you like to have such a facility?
I *already* have such a facility; it's just syntax on natural join.
> So the question is do we really need to have such a freedom which allows
> us (makes it easy) to produce meaningless results?
> For example, it will include not only facts but also relationships.
Relationships are facts.
Marshall Received on Fri Jun 17 2005 - 17:12:26 CEST