# Data Management Treasure Data uses databases and tables. Each database can contain several tables. For Treasure Data, each table can belong to only one database. You can manage your Treasure Data tables and databases using one of the following interfaces: * TD Console * TD Toolbelt You can use TD Console to manage your Treasure Data databases and tables. 1. Open the **TD Console**. https://console.us01.treasuredata.com 2. Navigate to **Data Workbench** > **Databases**. 3. Add, delete, modify your databases and tables as necessary. ![](/assets/data-management-2024-01-22.124b86a3adcca0ab66084158241e9c3f44c9ac5865c0d4c40f0f66c7d1dcca1d.4c190181.png) On the **Database Page** , you can view key information about each database you have access to. The following fields are displayed: * **Name** * The name of the database. * This name is used when running queries or workflows. * **Tables** * The number of tables contained in the database. * You can click a table name to open its details page. * **Records** * The total number of records stored in the database. * This helps you understand the overall data volume. * **Last Import** * **Shows the** maximum timestamp in the table’s `time` column, not the actual ingestion time. * As a result, this may differ from when data was last ingested. * Use this as an indicator of the data’s freshness. * ⚠️**Note:** If ingestion is delayed, or older records are imported later, this field still displays the maximum time column value. ## Related Articles * [Creating or Viewing a Database](/products/customer-data-platform/data-workbench/databases/creating-or-viewing-a-database) * [Creating or Viewing Tables](/products/customer-data-platform/data-workbench/databases/creating-or-viewing-tables) * [Schema](/products/customer-data-platform/data-workbench/databases/schema-management) * [Deleting Rows from a Table](/products/customer-data-platform/data-workbench/queries/deleting-rows-from-a-table) * [Expiring Data From a Table](/products/customer-data-platform/data-workbench/databases/expiring-data-from-a-table) * [Deleting Tables](/products/customer-data-platform/data-workbench/databases/deleting-tables) * [Removing a Database](/products/customer-data-platform/data-workbench/databases/removing-a-database) * [Selecting a Database for a Job](/products/customer-data-platform/job-management/selecting-a-database-for-a-job) Database and table metadata (such as the number of records and the last import date, table preview) are not updated in real-time and are provided as guidance only. For the latest values, query the tables themselves.