I am running a Group By query where I count the number of records per category per ID#. What I would like to have my results set show is that if a particular ID does not have a value in a particular category then it will show as 0. For example, I create the following table, populate it and...