Why to create new tables in a database

Arnaud HERVE
Joined: 25 Oct 2004

Why to create new tables in a database

Posted:20 May 2007 (20:32 UTC)
I've been reading a few documents on relational databases, and they all say it is a 'good idea' to create a new table for this and that, when you decide the architecture of a new database. However, when I close the document, I never remember why to create several databases.

Maybe I'm just stupid. Let's take the example of a database for the members of a judo club. A document as mentioned above would tell me it is a 'good idea' to create a table for payments and another table for belts graduations. But why not put everything in the same table, just adding other columns?

I have asked several teachers around me, and they tell me they don't know exactly... (:twisted:) Is that the silly question nobody should ask?
WaterDragon
Profile Picture
Joined: 08 Jun 2006

Re: Why to create new tables in a database

Posted:25 Sep 2007 (14:54 UTC)
The largest issue to be aware of is normalization. Read this:
http://en.wikipedia.org/wiki/Database_normalization
That should get you thinking along the right lines about when and why to create tables.
  Page 1 of 1  1 
Post
If you are already registered, please enter your login credentials.
Anonymous Post