Which one is better (no replies)
(MySQL.com) I had a table with 15 columns in it. The want to relate the primary key of this table with one more id (integer.)
Now which one is better ?
creating a new table (with 2 fields mapping these 2 ids)
or adding a new column(integer id) to the existin