Hi All
I am struggling with a table design. The table have the following fields:
market_id, cost1, cost2, cost3, submitMonth, submitYear
Markets will submit data on monthly basis and the data will be appended to the table. However a few markets will submit data on quarterly basis and some every six months. Not sure how it could be represented in the table / database.
Should I create additional table for quarterly / 6-monthly submissions and then use "union" when querying?
Thanks for any suggestions.
I am struggling with a table design. The table have the following fields:
market_id, cost1, cost2, cost3, submitMonth, submitYear
Markets will submit data on monthly basis and the data will be appended to the table. However a few markets will submit data on quarterly basis and some every six months. Not sure how it could be represented in the table / database.
Should I create additional table for quarterly / 6-monthly submissions and then use "union" when querying?
Thanks for any suggestions.