CitiusTech interview question

Asked to write a SQL query to find duplicate rows only.

Interview Answer

Anonymous

14 July 2018

use GROUP BY and HAVING COUNT ()