Now that we've joined the tables, can we match the pizza orders to the corresponding name and address?
pizza
name
address
user.id
pizza_order.user
Yes, by using the comparable columns user.id and pizza_order.user .