FoxStudent
Technical User
I am having a problem answering the following question:
Get the average salary of those projects that have more than seven people working on them.
The following tables make up the database:
DEPT(Dno , Dname, Location, Numstaff)
WORKS(Eno* , Pno* , Role)
EMP(Eno , Ename, Salary, Supno, Dno*)
PROJ(Pno , Pname, Ptype, Budget)
Thank you,
Grainne B-)
Get the average salary of those projects that have more than seven people working on them.
The following tables make up the database:
DEPT(Dno , Dname, Location, Numstaff)
WORKS(Eno* , Pno* , Role)
EMP(Eno , Ename, Salary, Supno, Dno*)
PROJ(Pno , Pname, Ptype, Budget)
Thank you,
Grainne B-)