G
Guest
Listed below this some of the Syntax for the Select Statement, what is the
AS correlation l correlation name?
Syntax
SELECT [DISTINCT | ALL] * | column
[AS correlation_name | correlation_name], [column...]
[INTO destination_table]
FROM table_reference
[AS correlation_name | correlation_name] [EXCLUSIVE]
AS correlation l correlation name?
Syntax
SELECT [DISTINCT | ALL] * | column
[AS correlation_name | correlation_name], [column...]
[INTO destination_table]
FROM table_reference
[AS correlation_name | correlation_name] [EXCLUSIVE]