Find the matching name and address for each order by merging rows only if pizza_order.user matches user.id.
pizza_order.user
user.id
Make sure to pick ON followed by . and then user, =, user, ., id.
ON
.
user
=
id