Quote:
Originally Posted by AccessDatabase
My question is it correct for one entity, in this case Qualification, to have two tables?
|
in general, yes
however, if there are two tables, and the relationship isn't exactly
one-to-zero-or-one, then chances are you should have had two entities
i say "should have had" because splitting an entity into two tables is only done during the physical design stage of database development, by the way -- long after the logical design is completed
during the logical design stage, which involves entity-relationship diagrams, there is no such thing as a table, and all keys are
natural keys