Find the matching name and address for each order by merging rows only if pizza_order.user matches user.id.

Make sure to pick ON followed by . and then user, =, user, ., id.