CitiusTech Interview Question

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

Interview Answer

Anonymous

Jul 14, 2018

use GROUP BY and HAVING COUNT ()