Hi there,
If users want to be able to see more than one image for a searched book which would be the best way for the database table to be designed?
Book table :
Isbn, year, title, image_1, image_2, image_3, image_4
or
Book table
Image seperate
Each book will in book table will be unique
Please explain why as well
Thanks
SLK