database - weak entitiy from ER with inheritance -


weak entity depends on entity ( primary key = id ), , inheritance form weak entity , e1 , e2 ? how presented in relations ?

entity (id)   weak entity (id*) e1 () ? e2 () ? 

there should artificial key anywhere ? can't identify e1 or e2 id ?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -