TheWebDataGuy
MIS
I am not sure if this is possible:
I have one table with LogID as primary key and another table with LogID & EmployeeID as composite primary key. One-to-Many relationship.
Table 1 Table 2
LogID LogID
----- -----
EmployeeID
----------
Can I create a Tabel 3 three with the following attributes:
Table 3
LogID
-----
EmployeeID1
EmployeeID2
EmployeeID3
EmployeeID4
EmployeeID5
Its equivalent of a 'denormalization'. And I know it for sure that there cannot be more than 5 EmployeeIDs attached to a LogID
Is it possible????
Thanks
I have one table with LogID as primary key and another table with LogID & EmployeeID as composite primary key. One-to-Many relationship.
Table 1 Table 2
LogID LogID
----- -----
EmployeeID
----------
Can I create a Tabel 3 three with the following attributes:
Table 3
LogID
-----
EmployeeID1
EmployeeID2
EmployeeID3
EmployeeID4
EmployeeID5
Its equivalent of a 'denormalization'. And I know it for sure that there cannot be more than 5 EmployeeIDs attached to a LogID
Is it possible????
Thanks