The main technique you can learn about database design is called Database Normalization.
Database normalisation have normalization has it's limits, especially if you have very much many transactions. On At some point you may be forced to DenormalizationDenormalize.
But imho it's always better to start with a normalized database design.
