She says: Spreadsheets have a great tool for that called remove duplicates. But when writing a SQL query, what command should you include in your SELECT statement to remove duplicates?

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