332 views

1 Answer

Best answer
1 votes
1 votes

E1 is having a many to one relation ship with the entities.

One-to-many: X-Y is 1:M when each entity in X can be associated with many entities in Y, but each entity in Y is associated with at most one entity in X.

so if we need to include the many side we need to only have these entries only that is 50.

selected by

Related questions

0 votes
0 votes
1 answer
1
Mrityudoot asked Jan 12
142 views
Isn’t F$^{+}$ minimal cover? If C $\rightarrow$ A is already there, then why does augmented CD $\rightarrow$ A needs to be?
1 votes
1 votes
1 answer
2
Sajal Mallick asked Nov 5, 2023
348 views
Unique not null is equivalent to primary key.Relational Algebra and SQL has same expressive power.Which of the above statements are False?
2 votes
2 votes
1 answer
3
kaustubh7 asked Sep 20, 2023
433 views
Consider a relation R having seven attributes ABCDEFG. Fields of R contain only atomic values.FDs = {CD → G, A → BC, B → CF, E → A, F → EG, G → D} is set of f...
0 votes
0 votes
6 answers
4
kaustubh7 asked Sep 20, 2023
851 views
Consider a relation $R(ABCDEFGH)$.How many superkeys will be there in relation $R$ if the candidate keys for relation are ${A, BC, CDE, EF}$?