Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Need help on SQL problem..
Hi all,
First of all, thank you for taking time to read my posting. I'm a = newbies in Oracle SQL and now i'm stuck with this particular problem, i = really appreaciate you can help me on this. Thanks in advance..
I have 3 tables, and my problem is, i need to find the names of the = employee who works on every projects?
Employee (fname, lname, ssn) -> ssn is the primary key Project (pname, pnumber, plocation, deptnum) -> pnumber (project = no) is the primary key Works_on (essn, pno, hours) -> essn (same as Employee's ssn) + pno =(same as Project's pnumber) is the primary key
I thank you for helping me on this problem. Thanks a zillion!!
--
Cheers
Evelyn
17 Sept'99
Received on Fri Sep 17 1999 - 10:31:27 CDT
![]() |
![]() |