this is my event_attended table,i have two more tables : users and events , i am importing data from csv file,from the csv file it is taking the username and event name then it is inserting the user_id and event_id in the event_attended table.
i don't want the same row values to be inserted in the table. for example: 1st row has user_id = 73 and event_id = 16 , so table should not have the same values again but it can have the same user_id again with the different event_id. for example: 4th row user_id = 73 and event_id = 18.