diff --git a/notes/19-ingest-data-datawarehouse.md b/notes/19-ingest-data-datawarehouse.md new file mode 100644 index 0000000..ef3a9ec --- /dev/null +++ b/notes/19-ingest-data-datawarehouse.md @@ -0,0 +1,19 @@ +--- +id: 19-ingest-data-datawarehouse +title: "Ingest data into the Data Warehouse" +imgalt: "Ingest data into the Data Warehouse" +--- + +## Copy Into +https://learn.microsoft.com/fabric/data-warehouse/ingest-data-copy + +https://learn.microsoft.com/en-us/sql/t-sql/statements/copy-into-transact-sql?view=fabric&preserve-view=true + +## CETAS - Create Table as Select + +https://learn.microsoft.com/en-us/fabric/data-warehouse/ingest-data-tsql#creating-a-new-table-with-the-result-of-a-query-by-using-create-table-as-select-ctas + +## Insert Into + +https://learn.microsoft.com/en-us/fabric/data-warehouse/ingest-data-tsql#ingesting-data-into-existing-tables-with-t-sql-queries + diff --git a/notes/19-ingest-data-datawarehouse.png b/notes/19-ingest-data-datawarehouse.png new file mode 100644 index 0000000..31dc102 Binary files /dev/null and b/notes/19-ingest-data-datawarehouse.png differ