SQL: Duplicate HU Audit
List HUs that occur more than once with their counts.
Before you answer
State the key, the expected grain and one edge case you would test. The goal is not only to get a result, but to know why it is correct.
Hint
GROUP BY HU HAVING COUNT(*)>1.
Completion is stored only in this browser.