0

https://i.stack.imgur.com/3wdI0.png

Please refer to the link above. Is 'billing_info' a weak entity as it depends completely on 'orders'? And if so, is 'bill_id' discriminator?

user2828552
  • 67
  • 1
  • 2
  • 10

1 Answers1

0

According to your diagram billing_info already have a primary key to identify its all records so its not a weak entity set.Additionally billing_info depends on orders only if all billing_info records are related with orders(total participation).

WSS
  • 503
  • 5
  • 20