I agree with ajax and ssanfu. Proven approach is that every table in a relational database should/must have a Primary key that uniquely identifies every record in that table. Composite unique indexes can eliminate/prevent duplicate records.