Hi,
I am just wondering if this is correct.
I have a users Table with a unique UserID and a schools table with a unique SCID
UserID and SCID are the same and related. It works of course but is this correct form?
Should SCID be a foreign key in the schools table, one that is not unique or an identity field?
Cheers,
J
----------------------------------------------------------------------------------------
A community development project in asp.net -
I am just wondering if this is correct.
I have a users Table with a unique UserID and a schools table with a unique SCID
UserID and SCID are the same and related. It works of course but is this correct form?
Should SCID be a foreign key in the schools table, one that is not unique or an identity field?
Cheers,
J
----------------------------------------------------------------------------------------
A community development project in asp.net -