I am trying to create a composite primary key in a project the attributes are here
- Salaryid
- Month
- Year
These are the attributes of composite PK if only year is repeated but month and id are not repeated so is it a right composite PK or not?
I am trying to create a composite primary key in a project the attributes are here
These are the attributes of composite PK if only year is repeated but month and id are not repeated so is it a right composite PK or not?