!--a11y-->
Scalar
Subqueries 
A scalar subquery is a subquery that return exactly one row with exactly one column.

<scalar subquery> ::= '(' <query specification> ')'. |

UPDATE employees |
Comparison Predicate and Scalar Subquery. The salary of all employees that earn less than half as much as the best paid employee is raised by 10%.
Value expressions, Dynamic Parameter Specification, Query Specification
