Performing Calculations and Aliasing
Learn how to use SQL aliasing for clear resultset representation.
We'll cover the following
Calculated fields in SQL
The SalesAmount
is evidently a calculated field, derived from multiplying the Quantity
by the Price
.
SQL facilitates these computations, integrating the results into the fields listed in the SELECT
clause. For instance, the following example demonstrates the equivalent of SalesAmount
.
Get hands-on with 1400+ tech skills courses.