hi
i am creating a training db where people can be trained against roles. a role has a version no.
my question is would i create a role table and create a new record for each time a role is issued a new version. or do i create a new table of versions where i store the role id and version id (meaning the role table only ever has one role record)??
Thanks.
i am creating a training db where people can be trained against roles. a role has a version no.
my question is would i create a role table and create a new record for each time a role is issued a new version. or do i create a new table of versions where i store the role id and version id (meaning the role table only ever has one role record)??
Thanks.