1,826 views
2 votes
2 votes

This is an excerpt which i found on Quora that answered the question. But I still wanted to know few more things.

1. If there is no strong entity in the schema then can there be any relationship b/w 2 weak entities?

2. If two weak entities somehow participate in a relationship, is there any restrictions on the type of relationship they are involved in, like many-one/many-many/one-many/one-one.

3. Should there be always total participation between two weak entity relationship?

It would be better if an explanation is given along with an example.

1 Answer

1 votes
1 votes

i hope, 

Sheet is a Weak Entity w.r.to File but It is a Strong entity w.r.to Column,

if you are considering Sheet and Column only ===> it look like as normal dependency, strong entity ----> weak entity

 

if you considering File, Sheet and Column

then  key of Sheet relation in relation model ===> key of file+ partial key of sheet

then  key of Column relation in relation model ===> ( key of file + partial key of sheet ) + partial key of column

Related questions

1 votes
1 votes
1 answer
2
Meme Iamam asked Nov 11, 2014
633 views
We know that a weak entity has no primary key .SO , A weak entity is an entity that cannot be uniquely identified by its attributes alone . Does it mean it has duplicate...
0 votes
0 votes
0 answers
3
Abhishek Malik asked May 27, 2018
628 views
Why there is always $1:M$ relationship between a strong entity set and a weak entity set ,why not $M:1$ and $M:N$?
0 votes
0 votes
0 answers
4
Ashutosh_17 asked Apr 13, 2023
434 views
Consider the following relation (capitalized letters are attributes and lower letters are values).X:From the given FDs find the dependencies that seems to apply on X and ...