0

I am working on a bit of database architecture and I was curious whether separating a specific columns data by a delimiter would be a better idea than having several unused columns.

My Data would have either one column which would allow me to have the desired amount of data without adding or removing columns in the formate of:

IDs = 1de; 2aa; 33s; 4sd; 532

Or I could separate it into 5 columns: ID1, ID2, ID3, ID4, ID5 and then correspond the correct ID with the column name. Most of the time though, I will not always need to use all five columns and eventually I might need more than five IDs at a time.

Any suggestions?

Shawn31313
  • 5,978
  • 4
  • 38
  • 80

0 Answers0