Access External Data | SELECT SQL Statement | Teradata Vantage - Accessing External Data - Advanced SQL Engine - Teradata Database

SQL Data Manipulation Language

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

Vantage supports accessing and querying data in external, cloud-based repositories such as Amazon S3, Azure Blob storage (including Azure Data Lake Storage Gen2 in Blob Interop Mode), and Google Cloud Storage.

There are two ways to work with external data:
  • You can create a foreign table. A foreign table acts as a registry that maps to an external object storage location. Use a foreign table to query CSV, JSON, and Parquet data stored in an external object store.
  • You can use READ_NOS to perform ad-hoc queries directly from an external object store. READ_NOS reads data in JSON or CSV formats. READ_NOS also allows you to list all the objects and path structure of an object store and read the schema of Parquet objects.