I have a table with an auto_inc id (primary key). I am trying to avoid the insertion of duplicate rows.
auto_inc
Example of a duplicate row:
id
Make the three columns composite key.