Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Good practice question in normalized tables
Message
From
18/12/2012 17:19:39
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01560084
Message ID:
01560087
Views:
54
>>Up to now we have kept different companies' data in different directories, so there hasn't been a question of which company owns a piece of data. We are now creating an add-on product that keeps its data in sql server and plan to keep several companies in the same database with a Companies table that assigns a CompanyID for each company.
>>
>>I wonder which other tables should have a CompanyID column. It seems enough to indicate companyID in the top table of a group of tables that are related as parent/child/grandchild. Or should each record of each table indicate to which company it belongs? The second alternative opens up the possibility of conflicting CompanyIDs being stored in parent, child and grandchiled records.
>>
>>I'd appreciate suggestions.
>>
>>TIA,
>>
>>Alex
>
>You only need to store CompanyID in the Companies (or Clients) table. The tables that refer to that Companies table directly through the FK relationship will have the CompanyID column. If the table is not directly related with the Companies table, it should not have that column.

Thank you.

Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform