SELECT DISTINCT mi.name,  price
FROM  ingredients i, vendors v,  items mi,  madewith mw
WHERE  i.vendorid = v.vendorid
AND  i.ingredientid = mw.ingredientid
AND  mw.itemid = mi.itemid 
AND companyname = 'Veggies_R_Us' ;
Monday, February 9, 2009
Subscribe to:
Post Comments (Atom)
1 comment:
sir here is my blog
http://arronjaval21.blogspot.com/
- aron javal
Post a Comment