ערוך

שתף באמצעות


Create tables in the Warehouse in Microsoft Fabric

Applies to: ✅ Warehouse in Microsoft Fabric

To get started, you must complete the following prerequisites:

For more information on connecting to your Warehouse in Microsoft Fabric, see Connectivity.

Create a new table in the SQL query editor with templates

  1. In the warehouse editor ribbon, locate the SQL templates button.

  2. Select Table, and an autogenerated CREATE TABLE script template appears in your new SQL query window, as shown in the following image.

    Screenshot of the Template to create a new Table in the SQL query editor.

  3. Modify the CREATE TABLE template to suit your new table.

  4. Select Run to create the table.

To learn more about supported table creation in Warehouse in Microsoft Fabric, see Tables in data warehousing in Microsoft Fabric and Data types in Microsoft Fabric.

Next step