productquery=SELECT prod_id,product.name,item_id,price,make.name,model_name,year_text,images,item_type.name,notes,copy,external_image from product,make,item_type,model,year where item_type_id=item_type and years=year_id and model_id=model and make=make_id and prod_id=972