+--------------+------------+-------------------+------------+
| id | DATA_ID | SourceID | DateAdded |
+--------------+------------+-------------------+------------+
| 1 | 304019032 | 1 | 2018-01-20|
| 2 | 345583556 | 1 | 2018-01-21|
| 3 | 299951717 | 3 | 2018-01-23|
| 4 | 304019032 | 2 | 2018-01-24|
| 5 | 298519282 | 2 | 2018-01-24|
| 6 | 299951717 | 3 | 2018-01-27|
| 7 | 345583556 | 1 | 2018-01-27|
+--------------+------------+-------------------+------------+
I'm trying to delete duplicate rows that have the same DATA_ID and SourceID, leaving the row with the most recent date.