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?
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?
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).