Hi this is my database structure and data, I want to get the following output as shown in the image below.
I have a section in the table where the foodtypes allow multiple value so i have made 2 tables, 1 table for the values(dd_foods) and 1 more for the section ID(restaurant_food). now i want to select those multiple row id values from restaurant_food.foodtype but as the name from dd_foods. How do i do that?
I'm not sure how to explain it here so i made an image sorry if it's confusing.