matthewking
Programmer
Hi all,
Im not unfamiliar with sql server 2k but this time I want to make sure I have 'proper' naming conventions in the database. So heres the scenario:
I have a table called 'Users' which lets just say for now has a primary key column called 'UserID_PK'.
I also have a table called 'Properties' which has a pk column called 'PropertyID_PK', now this table needs to store a foreign key to the UserID_PK column in the 'Users' table, it represents the user that added the property, so what do I call it:
UserID
UserID_PK
UserID_FK
PropertyAddedByUserID
PropertyUserID
Any advice, Links? Thanks in advance,
Matthew King.
Im not unfamiliar with sql server 2k but this time I want to make sure I have 'proper' naming conventions in the database. So heres the scenario:
I have a table called 'Users' which lets just say for now has a primary key column called 'UserID_PK'.
I also have a table called 'Properties' which has a pk column called 'PropertyID_PK', now this table needs to store a foreign key to the UserID_PK column in the 'Users' table, it represents the user that added the property, so what do I call it:
UserID
UserID_PK
UserID_FK
PropertyAddedByUserID
PropertyUserID
Any advice, Links? Thanks in advance,
Matthew King.