I have a database design issue I'm trying to work out and I thought I'd come to the experts.
I have a table "counts" which does just that - holds counts of certain objects/datasets. The majority of the table is foreign keys describing the components of each sum in the table - type, source, location, etc.
My scenario is, say I have 5 possible types of widgets being counted. If one source only contains 1 widget, do I enter '0' for the others or not even make an entry into the DB and work it out via code when doing statistics/charts?
Is there a standard for "positive feedback" for the lack of a better term? Meaning, with 0's there's less ambiguity vs no entry could mean there's a problem.