Delete tables

This page outlines how to delete tables in the Cinchy platform.

Overview

You can delete tables on your Cinchy platform in three ways:

  1. Use the "Design Table" tab in the relevant table. This option is available to any user with the "Design Table" entitlement on the table.

  2. Use CQL. This option is available to any user with the "Design Table" entitlement on the table.

  3. Use the Tables table. This option is available to any user with the "Delete Row" entitlement on the table, which is usually an Administrator.

To ensure that the relevant user has the correct entitlements, you can navigate to the Data Controls > Entitlements tab of the relevant table. The "Design Table" column should be checked off (Image 1).

Image 1: Ensuring the correct entitlements

Delete a table using Design Table

  1. Navigate to the table you wish to delete as a user with "Design Table" access on it.

  2. Select "Design Table" > "Info" > Delete (Image 2).

Image 2: Deleting using Design Table

Delete a table using CQL

  1. Navigate to the Query Builder as a user with "Design Access" on the table you wish to delete.

  2. Use the DROP TABLE statement, shown below, to delete your table.

Syntax

DROP TABLE [Domain].[Table_Name]

Example

DROP TABLE [HR].[Employees]

Delete a table using the Tables table

  1. Navigate to the Tables table a user with "Delete Row" access, generally an Administrator.

  2. Find the row with the table that you want to delete.

  3. Right-click on the row > Delete

Last updated

Was this helpful?