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 New SQL query button.

  2. Instead of selecting New SQL query, you can select the dropdown list to see Templates to create T-SQL objects.

  3. 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.

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

  5. 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