Select columns of a typed table
A query on a typed table is no different from a query
on any other table. For example, the following query uses the asterisk
symbol (*) to specify a SELECT statement that returns all columns
of the employee table.
The SELECT statement on the employee table returns
all rows for all columns.
The following query shows how to construct a query that
returns rows for the name and address columns of the employee table.