I have 3 tables that I want to combine, see below for details:
You can use group_concat if using mySQL...
see this thread.
SQL to join one table to another table multiple times? (Mapping products to categories)
(possible duplicate)