Hello all,
I will be building the following database:
CATEGORIES
id
categorie
BRANDS
id
brand
PRODUCTS
id
prod_type
ITEMS
id
id_prod_type
id_categorie
id_brand
It will have four tables, 3 hold data and a fourth one holds the relations.
I what to query the database so that when I ask for 'MEMORY MODULES' it outputs the brands associated to the id of the produt 'MEMORY MODULES'.
:rolleyes:
Can someone please help me with the code?
Thank you.