| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Expressing SQL in relational algebra
> > "SELECT * FROM T_Person WHERE (age=20) AND (weight=180);" in rel algebra?
>
> (T_Person | age=Years(20) AND weight=Pounds(180)),
> RESTRICT(T_Person,age=Years(20) AND weight=Pounds(180)),
> or T_Person WHERE ( age=Years(20) AND weight=Pounds(180) )
Could the above also be expressed as "person ^ age ^ 20 ^ years ^ weight ^ 180 ^ pounds" where ^ means AND?
How does Tutorial-D express joins such as: "SELECT * FROM T_Car JOIN T_Part ON T_Car.ID = T_Part.CarID WHERE T_Part.Color = 'red'"; Received on Sat Mar 15 2003 - 22:23:05 CST
![]() |
![]() |