This document provides an overview of data types, arithmetic operators, functions, and data conversions in Teradata:
- It defines common data types like character, numeric, date/time and examples of each. Character types include VARCHAR and CHAR, numeric types include INTEGER, DECIMAL, and DATE.
- Arithmetic operators like addition, subtraction, multiplication and division are covered. Teradata also supports exponentiation and modulo functions.
- Common numeric, date, and conversion functions are listed such as ABS, EXP, LOG, EXTRACT and CAST.
- Methods for converting between data types using CAST and implicit conversion are shown.