What question was specific what things a table creator should do (or should not do) when he is creating a table.
Upon reading the URL above, I got two things
1. Use primary key
2. Avoid identity keys because upon replication identity keys increase the chance of conflict.
Anything else which I missed?