We have a table that has dates and amounts in it. There are multiple rows for each date. We need to have a way to return the sum of the amounts for the latest date in the table, and only the amount for the latest date. We have a query that sums them, but it returns a row for each date. How...