CREATE TABLE AS SELECT (CTAS) statement that allows you to create a new table in your warehouse from the output of a SELECT statement. SELECT INTO query clause that enables you to select results from ...
COPY performs high-throughput data ingestion from an external Azure storage account. You can configure source file format options, specify a location to store rejected rows, skip header rows, and set ...