Files
nocodb/packages/noco-docs/docs/050.tables/020.create-table.md
Raju Udava 319ea266c7 Docs/description (#9305)
* docs: table description

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: update for description

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* Update 060.actions-on-field.md

* Update 060.actions-on-field.md

---------

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-23 17:26:30 +05:30

28 lines
926 B
Markdown

---
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 `Create New Table` button on the Base dashboard.
2. Fill table name in the pop-up modal (Optional).
3. Click on `Add Description` to add a description to the table (Optional).
4. 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)