Single Table - Teradata Database - Teradata Vantage NewSQL Engine

SQL Data Manipulation Language

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-05-03
dita:mapPath
fbo1512081269404.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantage™

A FROM clause can include a sequence of single table references.

This action creates an implicit inner join, instead of explicit joins where the keyword JOIN is part of the syntax.

table_name
Name of a base table, queue table, global temporary table, volatile table, derived table, or view. If the database is omitted, the system infers it from context.
AS
Optional introduction to correlation_name.
correlation_name
Optional alias for the table that is referenced by table_name.
You must specify a correlation_name for a self-join.
ANSI SQL refers to table aliases as correlation names. Correlation names are also referred to as range variables.