She says: Spreadsheets have a great tool for that called remove duplicates. In SQL, you can include DISTINCT to do the same thing. In which part of the SQL statement do you include DISTINCT?

Correct
To remove duplicates in SQL, include DISTINCT in your SELECT statement.