my tables
manufcatures has the following fields
manufacturers_id
...
models has the following fields
models_id
manufacturers_id
....
vehicles has the following fields
vehicles_id
models_id
I want to select all the manufacturers that has vehicles belong to it.
How to write a simple mysql query for that?
Do I need a sub query for this statement? Roughly, how many (in persentage) hosting ISP supports the mysql version with sub-query now? If I have to use sub-query, will my client have troubles to find a hosting company supporting mysql with sub-query?
Thanks!