> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Basic Table Operations

> Learn the basic operations for working with Blink tables, including adding, editing, and deleting records.

Managing records and tables efficiently is crucial for maintaining an organized and functional database. This section explains how to edit and delete records within a table, as well as how to remove entire tables when necessary. Whether you are correcting information in a specific record or cleaning up unused data, these simple yet powerful actions ensure your data remains accurate and up-to-date.

## Editing A Record

If you wish to edit any record values, simply double-click on the record you want to modify. Make the necessary changes and then click outside the cell to automatically save your updates.

**For Example:**

<Frame>
  <img src="https://mintcdn.com/blinkops-2/ZA3cU0qNFQK5NU_S/img/Tables/EditTableRecord.gif?s=c8484415b923e0ffe8a9751b3c1eb7d5" width="1956" height="1080" data-path="img/Tables/EditTableRecord.gif" />
</Frame>

## Deleting A Record

<Steps>
  <Step title="Navigate to the dropdown menu">
    <p>Select the specific record(s) you want to delete by clicking on the <Icon icon="square-ellipsis-vertical" iconType="solid" />  icon and selecting the "Delete" button. </p>
  </Step>

  <Step title="Confirm and Delete the Record">
    A pop-up will open, asking you to confirm that you want to delete the selected record. Click the "Delete" button to remove the selected record from the table.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/ZA3cU0qNFQK5NU_S/img/Tables/DeleteTableRecord.gif?s=8e6925f741cfccff8760805491bf2443" width="1956" height="1080" data-path="img/Tables/DeleteTableRecord.gif" />
</Frame>

## Deleting A Table

<Steps>
  <Step title="Navigate to the dropdown menu">
    <p> Hover over the relevant name of the table you want to delete, click on the  <Icon icon="square-ellipsis-vertical" iconType="solid" /> icon </p>  and select the "Delete" button.
  </Step>

  <Step title="Confirm and Delete the Table">
    A pop-up will open, asking you to confirm that you want to delete the selected Table. Click the "Delete" button to remove the table.
  </Step>
</Steps>

## Related Articles

<CardGroup cols={2}>
  <Card title="Tables" icon="table" iconType="solid" href="/docs/blink-platform/tables/create-your-first-table">
    Learn how to create your first table
  </Card>

  <Card title="Using Tables in Workflows" icon="network-wired" iconType="solid" href="/docs/blink-platform/tables/tables-in-workflows">
    Learn more about creating and using table actions in Workflows
  </Card>

  <Card title="Basic Table Operations" icon="briefcase" iconType="solid" href="/docs/blink-platform/tables/tables-basic-operations">
    Learn more about basic table operations
  </Card>

  <Card title="Table Views" icon="eye" iconType="solid" href="/docs/blink-platform/tables/viewing-tables">
    Learn more about filtering, sorting, ordering and browsing the table records
  </Card>
</CardGroup>
