Notation Conventions - Teradata Vantage - Analytics Database

Database Design

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ogg1628096130566.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zqc1472244571611
lifecycle
lifecycle
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.