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

Lake - Manage and Move Data

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-05-16
dita:mapPath
atx1683670417382.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
atx1683670417382
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