Using GROUP BY, write a query that returns a list of dates on which individuals
of the species Dipodomys spectabilis (indicated by the DS
species code) were
trapped (with no duplicates). Sort the list in chronological order (from oldest
to newest). Save it as dates_with_dipodomys_spectabilis
.