Typical Uses for Table Functions - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

The most common use for table functions is to analyze non-relational data or to convert non-relational data to relational data. Possible applications include the following:

  • Converting flat file data into relational tables.
  • Converting XML and web data into relational tables.
  • Analyzing spreadsheet data or converting it into relational tables.

Very informally, you can think of table functions as a facility for creating a view-like mechanism that allows various SQL processing facilities to process and analyze numerous types of non-relational data.