Re: views of binary operations
From: paul c <toledobythesea_at_oohay.ac>
Date: Mon, 17 Jul 2006 14:36:09 GMT
Message-ID: <tfNug.200176$IK3.77245_at_pd7tw1no>
>> Marshall wrote:
>>
>>> Aloha Kakuikanu wrote:
>>>
>>>> Marshall wrote:
>>>>
>>>>> Consider named views of binary operations on relations.
>>>>>
>>>>> Given a relational operator "op" and relation variables A and B,
>>>>> and a declaration of:
>>>>>
>>>>> r = A op B
>>>>>
>>>>> the language evaluates the expression "A op B" and assigns the
>>>>> result to r.
>>>>>
>>>>> However, if we declare this as a view, ...
>>>>
>>>> View is a named expression. r is a view.
>>>
>>> Is it necessarily named? Might we find use for an anonymous view?
>>
>> Well, the point is that the term "view" is redundant and SQL-ish.
>> Relations and relational expressions are the fundamental concepts, and
>> view is some bastardized idea.
Date: Mon, 17 Jul 2006 14:36:09 GMT
Message-ID: <tfNug.200176$IK3.77245_at_pd7tw1no>
Bob Badour wrote:
> Aloha Kakuikanu wrote:
>> Marshall wrote:
>>
>>> Aloha Kakuikanu wrote:
>>>
>>>> Marshall wrote:
>>>>
>>>>> Consider named views of binary operations on relations.
>>>>>
>>>>> Given a relational operator "op" and relation variables A and B,
>>>>> and a declaration of:
>>>>>
>>>>> r = A op B
>>>>>
>>>>> the language evaluates the expression "A op B" and assigns the
>>>>> result to r.
>>>>>
>>>>> However, if we declare this as a view, ...
>>>>
>>>> View is a named expression. r is a view.
>>>
>>> Is it necessarily named? Might we find use for an anonymous view?
>>
>> Well, the point is that the term "view" is redundant and SQL-ish.
>> Relations and relational expressions are the fundamental concepts, and
>> view is some bastardized idea.
> > I disagree. Views and snapshots are fundamental and are the source of > logical independence.
p Received on Mon Jul 17 2006 - 16:36:09 CEST