|
Hi,
Given that the user chooses a dimension attribute like 'Category' from the front end, how to retrieve the Product_Id's of all products associated with that 'Category' and then use the retrieved Product_Id as foreign key to retrieve details from another table?
|