Products テーブルの各レコードの基準に基づいて、テーブルProductsからテーブルProductImagesに複数の行を挿入する必要があり
ます。次のように 3 回挿入されます。ProductImages table
product table
Sno | Productid
1 | ABC
2 | XYZ
3 | PQR
ProductImages テーブルを
Sno | ProductId | ImageId
1 | ABC | ABC_Small
2 | ABC | ABC_Big
3 | ABC | ABC_Biggest
4 | XYZ | XYZ_Small
5 | XYZ | XYZ_Big
6 | XYZ | XYZ_Biggest
Productid との関係の親テーブルから上記のように複数のレコードを取得することはできますか? 私を助けてください。ありがとう