how to get only duplicate records in one table?

Jul 18 2016 1:48 PM
ID         Name            Age
101         x                    22
102         y                    21
103         z                     21
104         x                     20
105         y                    26
 106        k                    24
107         n                     26
 
 
in this table i want only duplicate records i.e x&y records 

Answers (1)