As planned, use a LEFT JOIN to connect matching nutritional data from the macros table.
LEFT JOIN
macros
Make sure to type LEFT JOIN macros.
LEFT JOIN macros