Question: Consider a database schema consisting of two tables, Employee (ID, Name, Address), Project(PID, Name, Deadline), Assign (EID, PID, Date). Assign.EID is a foreign key referencing
Consider a database schema consisting of two tables, Employee (ID, Name, Address), Project(PID, Name, Deadline), Assign (EID, PID, Date). Assign.EID is a foreign key referencing employee's ID and Assign.PID is a foreign key reference the project.
Write the SQL query to find Projects that are not assigned to any employees(PID and Name of the project).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
