Ok, I really need some help.
I have three tables: products, bundles, and bundleItems
product(id, name)
bundle(id, name)
bundleItems(productid, bundleid)
OK, What I want to do is return a list of ALL distinct bundles and if they have products associated or not.
for example:
bundleid...