Hi
I am designing a database in dataverse
is it recomended to use unique ID of each record in each table as autonumber?
Simple example:
Customers table has these culums
Customer name
Customer code
Country
City
Adress line 1
Adress line 2
etc...
Shal i use in these type of tables additional column ID and set it as primary and autonumber?
Or i shall use columns ID as autonumber when i can not guarantee if at least one of the columns will always have unique value? entered by the user?