I want to save multiple media links for each product. For that I have a product table and all media files are stored in Aws S3. In my case I only want to get all media links related to a product. I don't have requirement to find which media is related to which product.
In this case is it better to save all media links in the same product table or I should create a mapping table where product ID is used as foreign key. Later approach looks better bcoz it is normalised but first approach looks better bcoz I can get all related media links by looking only one table