Search
⌘K

Leetcode 196. Delete Duplicate Emails

Remove duplicate rows in the Person table so that for each email only the row with the smallest id remains. Implement this as a DELETE statement (or an in-place Pandas modification) that removes rows whose email appears with a smaller id.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.