Database design
Posted
by Hadad
on Stack Overflow
See other posts from Stack Overflow
or by Hadad
Published on 2010-05-06T11:50:33Z
Indexed on
2010/05/06
11:58 UTC
Read the original article
Hit count: 161
sql-server
Hello, I've a system, that have two types of users (Companies and individuals).all types have a shared set of properties but they differ in another. What is the best design merge all in one table that allows null for unmatched properties, or separate them in two tables related to a basic table with a one to one relationship. Thanks.
© Stack Overflow or respective owner