Expression

A value that is computed based on other values in the database. For example, an expression to calculate the amount of a sale could be:

QUANTITY * PRICE

You can use expressions for many purposes, such as: performing math calculations, concatenating two columns, and retrieving the current date and time.

Note:

Expressions are written in the database-specific SQL language.