Name: Anonymous 2011-10-06 23:13
Sup, I'm new to SQL and I wanna know what you think is better:
I have 2 unique id's associated with 24 other non-unique id numbers (that have associations elsewhere).
Is it better to create a table with the 24 columns or to have 24 other sql rows in a seperate table?
I have 2 unique id's associated with 24 other non-unique id numbers (that have associations elsewhere).
Is it better to create a table with the 24 columns or to have 24 other sql rows in a seperate table?