04.08.2015, 10:44
Quote:
It would be wrong to normalise a vehicle database table containing fields represented by vehicle modifications.
Patchwerk's post is correct: you do not need to split these off because the number of vehicle modifications is not a dynamic amount. There is always a maximum of 9. You'd only need to normalise this when there would be a dynamic amount of modifications, or the fields could potentially contain repeating data. |