I don't think there is a better way than to have the database system reject duplicates automatically. Otherwise, will have to introduce code to check before inserting rows that each record's keys don't already exist. This would be redundant to what the unique constraints do.
I don't think there is a better way than to have the database system reject duplicates automatically. Otherwise, will have to introduce code to check before inserting rows that each record's keys don't already exist. This would be redundant to what the unique constraints do.