Load External Data | Native Object Store ( NOS ) | Teradata Vantage - Loading External Data into the Database - Analytics Database - Teradata Vantage

Teradata Vantage™ - Native Object Store Getting Started Guide - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-05
dita:mapPath
tsq1628112323282.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jjn1567647976698
Product Category
Teradata Vantage
The methods for loading external data into the database are as follows:
Method Description
CREATE TABLE AS … WITH DATA Accesses table definitions and data from an existing foreign table and creates a new permanent table inside the database
CREATE TABLE AS … FROM READ_NOS Accesses data directly from the object store and creates a permanent table inside the database
INSERT ... SELECT Stores values from external data in a persistent database table using an INSERT ... SELECT statement