Which action should you take?

You are the database developer on an instance of SQL Server 2008. You are designing a new database to track projects and project managers within your organization.
You must create a data model representing the relationship between the Project entity and the ProjectManager entity that will support the following requirements:
• Each project may have one or more project managers, depending on the size of the project.
• Each project manager may be assigned to manage a single project or multiple projects.
• Each project has a specific date on which the project is scheduled to begin.
Which action should you take?
A. Create a one-to-one relationship between the Project entity and the ProjectManager entity.
B. Create a many-to-many relationship between the Project entity and the ProjectManager entity.
C. Create a one-to-many relationship from the ProjectManager entity to the Project entity
D. Create a one-to-many relationship from the Project entity to the ProjectManager entity.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.