Currently, I have 60++ spreadsheet, 10+ record each, and 50-100 fields for each record.
I have 2 method in my mind,
1) create a table for field code, another to store value.
2) create 60++ table with 50-100 fields each.
In terms of search, db maintenance, record maintenance and performance, which would be the best?
In additional, the user may select a range of record based on period and the field they want, for statistic purpose.
Thanks in advance.