Using the attached ConstructCo database as input, write and execute one join query that will list the following:
* All the projects in the database and all the last names, first names, and middle initials of each employee who has worked on each project;
* The job description of each employee who has worked on each project. Thus a row of the result table should associate a project with a person who has done a job on that project.
Attach a .txt file showing the SQL query program, and a Microsoft Word file with an authentication screen shot that shows the output of this join query.
Attachment:- Ch07_ConstructCo.zip