e.g. you have a used car web site, and want to display multiple images of each car for sale.
In the CMS you can upload multiple images. Should the location be in the same table as the car details, e.g. Model, Manufacturer, Images.
Is it ok for the image locations to be in the one column images, e.g. interior.jpg, engine, jpg, wheels.jpg
Or is it better to make a new table called images, and just have the columns Image and Car, so you can match the image location with the specific car?