0
6.9kviews
What are Strong and Weak Entity Sets in DBMS and Write Difference between them.
1 Answer
| written 7.1 years ago by |
The entity set which does not have sufficient attributes to form a primary key is called as Weak entity set.
An entity set that has a primary key is called as Strong entity set.
Consider an entity set Payment which has three attributes: payment_number, payment_date and payment_amount. Although each payment …