If there are one or two columns that must never be duplicated across rows, especially a small type like an int, counter or short (<~100 bytes) varchar, you could create a unique index on the column to prevent duplicate insertions in the future.