Avoid rewriting pizza_order a bunch of times by aliasing it. Use AS and the temporary name po.
pizza_order
AS
po
Make sure to type AS po.
AS po