I am trying to model a database and I have two tables: Cell_Information and Cell_Stats In Cell_Information, Cell_ID is the primary key.
In Cell_Stats, Cell_ID and Timestamp are a composite primary key.
is it possible for Cell_Stats.Cell_ID to be a foreign key while also being part of the composite key?