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

Teradata Vantage™ - Native Object Store Getting Started Guide

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2022-06-22
dita:mapPath
gmv1596851589343.ditamap
dita:ditavalPath
wrg1590696035526.ditaval
dita:id
B035-1214
lifecycle
previous
Product Category
Software
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