--for ex.
--if there is a table... like..

Create table Xyz
(
x varchar(5),
y varchar(5)
);

--and you have inserted following row 3 or 4 times..