I have a table with the following attributes:
- id
- companyName
- companyNumber
- country
Should I make the companyName, companyNumber and country attribute as a single unique value?
Or
Should I make the companyNumber and country attribute as a single unique value?
Thank You.