December 2014
Intermediate to advanced
858 pages
40h 10m
English
|
General form of an SQL
query using a set operator:
SELECT column-1<,
... column-n>
FROM table-1
| view-1<,
... table-n | view-n>
<optional
query clauses>
set-operator <ALL> <CORR>
SELECT column-1<,
... column-n>
FROM table-1
| view-1<,
... table-n | view-n>
<optional
query clauses>;
SELECT
specifies the column(s)
that will appear in the result.
FROM
specifies the table(s)
or view(s) to be queried.
optional query clauses
are used to refine the query further and include the clauses ... |
Read now
Unlock full access