I wonder how Important using normalisation is when designing the different tables for a SQLite database. I have designed mine the professional way making sure there is no repartition of data e.t.c and making sure that its as efficient as possible. But back to my original question how important is Database design in the smaller apps; where there is likely to be only a couple of tables, and only 100 or so rows of data. Does it really make that much difference if you use a single table and have a few repetitions?
I wonder
No comments:
Post a Comment