Posts by user183697 • 3 points
1 post
-
0
votes1
answer23
viewsQ: SQL-Obtain code of the employees who participated in all projects
I have the following tables Employee(Empnum ,Name) Project(Projnum,Name) and Assignment (Empnum ,Projnum,Function) I wanted to build a query in which I return the employee number (Empnum ) that…