Epsilon interview question

To find the duplicate values in SQL

Interview Answers

Anonymous

2 Jan 2020

Using distinct

Anonymous

2 Jan 2020

By using cte and rownumber or by using group by order by