I want to find duplicate if there is duplicate in whole row via SQL. How to find here 2 rows with all values having duplicates like
Data set
id employee_name dept Dept_name
1 Abhijit 10 Physics
1 Abhijit 10 Physics
2 Debjit 20 Chemis
3 partha 30 Maths
Result set
id employee_name dept Dept_name
1 Abhijit 10 Physics
1 Abhijit 10 Physics