I have a table holding information on data sent:
CREATE TABLE DataSent
(SENDERKEY int,
RECEIVERKEY int,
SIZE int,
PROCESSDATE datetime,
... other irrelevant fields ...)
I need to generate a report showing the total quantity of data sent or received by a particular account, within a date...