Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help New To DB
I am self-studying with a relational DB book.
Let's say:
Table X has attribute A, B, C
Table Y alsa has attribute A, B, C
A,B,C are common attributes.
The book teaches relational algebra and calculus but doesn't have much examples on Oracle's SQL.
I would like to learn how to convert the following expression (for example) into SQL with Oracle DBMS.
projectA(projectB(projectC(X union Y)))
Thanks. Received on Mon Feb 25 2002 - 06:53:45 CST
![]() |
![]() |