Load External Data | Native Object Store | VantageCloud Lake - Loading External Data into the Database - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
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 external object storage 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