Ok, so my site is centric to a lot of dynamic user entered images for different user defined objects throughout. So I have many objects, and those objects have images.
Is it good practice to treat images like an object since the "Image Name" and "Image Bytes" columns are repeated many times? Or is it more sensible just to include those two columns in the tables for each object.
I guess I'm answering my own question while typing... I am creating an extra join and an extra column (there would be three with Name, Id, and ImageId on each table"
however, there are several tables with multiple images per object... so I guess it would be better???? Opinions?