edited by
744 views

1 Answer

0 0 votes
Weak Entity is an entity that can not identified(its mean does not have primary key)  by its own attribute alone so it need to relies on Strong Entity for its identification.

lets clear confusion of Weak & Strong Entity, Sometimes we confused between them.
lets take an example of order and customer, its seems like order is dependant on customer but order has there own order id and it will going to identify unique by there is order id.

Consulsion, It Weak Entity depands on Stong entity.
 
Position:
Show:

Related questions

0 0 votes
1 1 answer
275
275 views
4 4 votes
0 0 answers
886
886 views
practicalmetal asked Oct 26, 2023
886 views
Can someone please provide me with the correct explanation for this question
1 1 vote
1 1 answer
1.1k
1.1k views
rexritz asked Aug 29, 2023
1,102 views
Find minimum number of tables needed to represent following ER diagram?This question would have been relatively simple as we would implicitly convert the ERD to 3NF (aske...