One of the question asked in an interview was,
One table has 100 records. 50 of them are duplicates. Is it possible with a single query to delete the
Sounds unlikely, at least in ANSI SQL, since a delete only returns the count of the number of deleted rows.