I have attached an ERD of my database. I believe I have all of it set up correctly in Microsoft sql server, but now I am struggling to get my desired result from a query. I will be attaching this database to an application and I want to join the tables together so it is presented nicely in the application.
this is close to what I want, however there are always two people working on a project. Example: Both Kaleb and Laura are working on project P100, but it is only showing one person for each project.
If more information/pictures is needed please let me know
Based on your ERD, you should be using the "Assignments" table as the main/primary table in your query and joining from there to the other tables to get the information you're after. e.g.