Now that we've joined the tables, can we match the pizza orders to the corresponding name and address?

Yes, by using the comparable columns user.id and pizza_order.user No, since there are no same-name columns in the two tables

Yes, by using the comparable columns user.id and pizza_order.user .