Hello, I am wondering for part 2, sections g&h, if you are wanting all the duplicates of BOTH "id" AND "visitdate" or the duplicates of "id" AND/OR "visitdate"?
In other words, is there any difference between these two? (the output is different)
duplicates report id visitdate
OR
duplicates report id
duplicates report visitdate
Additionally, do we need to sum all of the duplicates to answer the question "g" or is the report itself the answer?
Thanks!
Mike