Hi all, if anyone can assist I have a query which just will not resolve it self no matter what I have tried.
I am testing this PHPmyadmin before I apply to the website if this helps
Thanks in advance DJ
The query that is being run produces duplicate row of each product
SELECT manufacturer_name, vehicles_model, vehicles_year, vehicles_engine_size, vehicles_fuel_type, products_ID
FROM manufacturer, products, vehicles
WHERE manufacturer_name = "ALFA ROMEO"
LIMIT 0 , 30;
manufacturer_name vehicles_model vehicles_year vehicles_engine_size vehicles_fuel_type products_ID
ALFA ROMEO 75 86-93 1.8, 2.0, 2.5 PETROL 063
ALFA ROMEO 75 86-93 1.8, 2.0, 2.5 PETROL 065
ALFA ROMEO 75 87-93 3.0 PETROL 063
ALFA ROMEO 75 87-93 3.0 PETROL 065
ALFA ROMEO 145 94- n/a PETROL 063
ALFA ROMEO 145 94- n/a PETROL 065
ALFA ROMEO 146 94- PETROL 063
ALFA ROMEO 146 94- PETROL 065