Perform arithmetic operation in SQL
SQL allows you to perform arithmetic operations using standard operators like +, -, *, and /. However, these operations are restricted to working on values within the same row, meaning you can only combine columns from a single row.