Overview - Advanced SQL Engine - Teradata Database

Database Design

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
qby1588121512748.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1094
lifecycle
previous
Product Category
Teradata Vantageā„¢

This section describes the notation conventions used in this document.

Throughout this document, two conventions are used to describe the SQL syntax and code:

  • Syntax diagrams, used to describe SQL syntax form, including options.
  • Square braces in the text, used to represent options. The indicated parentheses are required when you specify options.
    For example:
    • DECIMAL [(n[,m])] means the decimal data type can be defined optionally:
      • without specifying the precision value n or scale value m
      • specifying precision (n) only
      • specifying both values (n, m)
      • you cannot specify scale without first defining precision.
    • CHARACTER [(n)] means that use of (n) is optional.

The values for n and m are integers in all cases.

Symbols from the predicate calculus, set theory, and dependency theory are also used occasionally to describe logical operations. See Predicate Calculus and Set Theory Notation Used in This Document and Dependency Theory Notation Used in This Document.