How might we change the query to select only the description and price properties?

By replacing * with the column names description and priceBy adding another select statement after SELECT *

By replacing * with the column names description and price.