278 views
0 votes
0 votes

Each employee is assigned to a project work at only one location for that project, but can be at a different location for a different project. At a given location, an employee works on only one project. At a particular location, there can be many employees assigned to a given project.

--------------------------------------------------------------------------------------------------------

According to me----

Employee and project will be 2 entities..

(1,N)  between employee and location..

(0,N) between project and employee.. as it is written "At a particular location, there can be many employees assigned to a given project." and it is not mentioned that every project is  held by a employee .

Am i right..??

1 Answer

0 votes
0 votes
I think u are right because according to question a employee can work at many location so one employee can have n location.

Related questions

0 votes
0 votes
2 answers
1
dhairya asked Jun 2, 2016
1,719 views
0 votes
0 votes
1 answer
2
radha gogia asked Jul 31, 2015
513 views
I am not getting that how many attributes must be there in the Borrowed by table which actually represents a table since we have the constraint that one user can borrow o...
0 votes
0 votes
0 answers
3
Nishtha_Agarwal asked Dec 31, 2018
294 views
How tt solve this question?
1 votes
1 votes
0 answers
4
Aditya Bahuguna asked Jan 5, 2018
405 views
Consider the following ER diagram.The minimum number of RDBMS tables are required for the above drawn ER diagram ________ which satisfies 3NF.