I have three columns in my table
KeyName, Number, Data
The data consist of lot of duplicate entries. I need to delete the 1 row from each of the duplicate entries in the table if the "KeyName" and "Data" are repeated. How shall I achieve this is SQL Query .