G
GeorgeMar
I am wondering if it is more efficient to have a number of
lookup tables or one lookup table for the whole database.
For example, I may have separate lookup tables:
tblAssetType, tblAssetModel and tblAssetManufacturer, and
the relate each of these tables to the one tblAssets table.
On the other hand I could have the tblAssets table and one
tblAssetlookup table with Type, Model and Manufacturer
identified in a third field in the lookup table. When
relating them, I have tblAssets and tblAssetLookup,
tblAssetLookup1 and tblAssetLookup2
The latter scenario reduces the number of lookup tables I
will have.
How will that impact the database and the network traffic?
many thanks for your help
george
lookup tables or one lookup table for the whole database.
For example, I may have separate lookup tables:
tblAssetType, tblAssetModel and tblAssetManufacturer, and
the relate each of these tables to the one tblAssets table.
On the other hand I could have the tblAssets table and one
tblAssetlookup table with Type, Model and Manufacturer
identified in a third field in the lookup table. When
relating them, I have tblAssets and tblAssetLookup,
tblAssetLookup1 and tblAssetLookup2
The latter scenario reduces the number of lookup tables I
will have.
How will that impact the database and the network traffic?
many thanks for your help
george