If an employee can work for only one department and a department can have many employees (one to many relationship). Which answer the relationship table "work" that has the best values to describe the relationship between employee and department? The employee table has two columns (eid, name) with records ('E1','A'), ('E2','B'), ('E3','C'). The department table has two columns (did, name) with records ('D1','X'), ('D2','Y'), ('D3', 'Z'). O work(eid, did) with values (E1','D1'), ('E1','D2'), ('E2, 'D2'). work(eid, did) with values (E1','D1'), ('E2','D2'), ('E3, 'D2'). O work(eid, did) with values (E1','D1'), ('E2', 'D2'), ('E2,D3'). work(eid, did) with values ('E1','D1'), ('E2','D2'), ('E3,'D3').
If an employee can work for only one department and a department can have many employees (one to many relationship). Which answer the relationship table "work" that has the best values to describe the relationship between employee and department? The employee table has two columns (eid, name) with records ('E1','A'), ('E2','B'), ('E3','C'). The department table has two columns (did, name) with records ('D1','X'), ('D2','Y'), ('D3', 'Z'). O work(eid, did) with values (E1','D1'), ('E1','D2'), ('E2, 'D2'). work(eid, did) with values (E1','D1'), ('E2','D2'), ('E3, 'D2'). O work(eid, did) with values (E1','D1'), ('E2', 'D2'), ('E2,D3'). work(eid, did) with values ('E1','D1'), ('E2','D2'), ('E3,'D3').
Related questions
Question

Transcribed Image Text:If an employee can work for only one department and a department can have many employees (one to many relationship). Which answer the relationship table "work" that has the best
values to describe the relationship between employee and department?
The employee table has two columns (eid, name) with records ('E1','A'), ('E2','B'), ('E3','C').
The department table has two columns (did, name) with records ('D1','X'), ('D2','Y'), ('D3', 'Z').
work(eid, did) with values ('E1','D1'), ('E1','D2'), ('E2,'D2').
work(eid, did) with values ('E1','D1'), ('E2','D2'), ('E3,'D2').
work(eid, did) with values ('E1','D1'), ('E2','D2'), ('E2,'D3').
work(eid, did) with values ('E1','D1'), ('E2','D2'), ('E3,'D3').
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps
