What is the better table design for a data collection application.
1. Vertical model (pk, attributeName, AttributeValue)
2. Custom columns (pk, custom1, custom2, custom3...custo m50)
Since the data elements collected may change year over year, which
model better takes of this column dynamicness
1. Vertical model (pk, attributeName, AttributeValue)
2. Custom columns (pk, custom1, custom2, custom3...custo m50)
Since the data elements collected may change year over year, which
model better takes of this column dynamicness
Comment