Looking at the query, pizza_order is quite a long table name. How might we shorten the query?

By aliasing the table names with shorter temporary namesBy selecting another tableBy renaming the pizza_order table in the database

By aliasing the table names with shorter temporary names.