--- title: 'Create empty table' description: 'Learn how to create a table in NocoDB.' tags: ['Tables', 'Create'] keywords: ['NocoDB table', 'create table'] --- ## Create new table 1. Click on `+` on the left sidebar next to `base name` OR click on `+ New Table` button on the Base dashboard. 2. Fill table name in the pop-up modal. 3. Click on `Create Table` button. ![image](/img/v2/table/table-create-1.png) ![image](/img/v2/table/table-create-2.png) ### Related articles - [Create a table using a CSV, Excel or a JSON](/tables/create-table-via-import) - [Import data from Csv/Xlsx into existing table](/tables/import-data-into-existing-table) - [Rename a table](/tables/actions-on-table#rename-table) - [Duplicate a table](/tables/actions-on-table#duplicate-table) - [Delete a table](/tables/actions-on-table#delete-table)