A Sub-SELECT selects columns (or expressions containing columns) from the given table-returning expression.
(SELECT <SELECT-expressions> FROM <table expression> [WHERE <WHERE-clause>])
A table-returning expression that includes <table column reference> and functions that return a table.
<table expression>
An optional WHERE clause can be used to filter returned rows.