So far, we only have users' pizza orders. To also get their name and address, use INNER JOIN with the user table.
pizza
name
address
INNER JOIN
user
Make sure to type INNER JOIN user.
INNER JOIN user