Hi, I have 3 tables - 'categories' just stores the name of my clients categories. 'business' stores info about businesses and 'businesscategories' has the id of businesses and categories - so in other words a business could have any number of categories.

If I wanted to find only those businesses where category=$clients-choice AND businessname=$whatever, what is the correct mysql query for that?