hi,
i am now designing a table to store member point by month.
some ppl suggest my table like this
MemberNo,
Year,
JanPoint,
FebPoint,
MarchPoint,
AprilPoint,
MayPoint,
JunePoint,
JulyPoint,
AugustPoint,
OctPoint,
NovPoint,
DecPoint
and my idea is
MemberNo,
PointPeriod, (Year+Month)
PointEarn
the reason for first design is to avoid too many row (as we hv about 50,000 member)
and the reson for second design is easy for data analysis and calculate expiry point.
Any suggestion or advice on this?
Thanks in advance!