Hi guys
can someone tell me how i go about solving this problem:
say i have a table of customers and a table for orders. Say a customer can only have one orders, what i would like to be able to do is run a query whereby it finds the customer who only has the products i enter in the query.
################################
i.e. Customer A: Order = tyres, battery, lights
Customer B: Order = tyres, battery
How would i write my query where if i just want to find a customer who has tyres and battery for their order it only returns Customer B???
################################
many thanks
frankie13
can someone tell me how i go about solving this problem:
say i have a table of customers and a table for orders. Say a customer can only have one orders, what i would like to be able to do is run a query whereby it finds the customer who only has the products i enter in the query.
################################
i.e. Customer A: Order = tyres, battery, lights
Customer B: Order = tyres, battery
How would i write my query where if i just want to find a customer who has tyres and battery for their order it only returns Customer B???
################################
many thanks
frankie13