I want to delete the duplicate entries from one table of database (SQL). I don't understand how do I do this?
Please help me to write a query for this problem.
For e.g.-
Name | mobileno | address
abc  | 99xxxx01 | India
abc  | 99xxxx01 | India
def  | 98xxxx02 | USA
 
     
     
     
     
    