| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> bag intersection definition
The "standard" definition when
{1,1,1} intersect {1,1} = {1,1}
is just plain naive. Given that
intersection = projection * equality selection * cross product
(operator multiplication notation is right-associate)
the definition should be:
{1,1,1} intersect {1,1} = {1,1,1,1,1,1}
Received on Fri Sep 05 2003 - 19:40:58 CDT
![]() |
![]() |