Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Dbar
Starting Member
12 Posts |
Posted - 2009-01-21 : 17:43:37
|
I have a supertype table "Persons" (PK - "PersonID") and several subtype tables. Is it necessary/mandatory to name the PK of all the subtype tables "PersonID"? One of the subtype tables is "Employees". I want to use "EmployeeID" as the PK (i.e., PersonID in Persons is related 1-1 to EmployeeID in Employees). Thanks! |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|