Introduction
We use SELECT with expressions and calculations to get new information by doing math or combining data right when we ask the database.
You want to find the total price by multiplying quantity and price per item.
You need to calculate someone's age from their birth year stored in the database.
You want to add a discount to a price and see the new price in your results.
You want to combine first and last names into a full name in your query output.