Select all the employee first and last names who worked on the 'Evergreen' project.
You may not use the project number in your WHERE clause. You must join the Employee and Assignment and Project tables.
Do not show duplicates of names of employees that worked the project more than once.