# Tables ## Create partial delete job (deprecated) - [POST /table/partialdelete/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/jobs/createpartialdeletejob.md): Creates a partial delete job. ## Get tables - [GET /table/list/{database_name}](https://td-public.redocly.app/apis/td-api/tables/gettablesbydatabasename.md): Retrieves a list of tables according to database specified. ## Get table - [GET /table/show/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/gettablebydatabasenameandtablename.md): Shows a table according to specified database and table. ## Delete table - [POST /table/delete/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/deletetable.md): Deletes specified table. ## Create table - [POST /table/create/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/createtable.md): Creates a table. ## Update table - [POST /table/update/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/updatetable.md): Updates a table. ## Rename table - [POST /table/rename/{database_name}/{current_table_name}/{new_table_name}](https://td-public.redocly.app/apis/td-api/tables/renametable.md): Renames a specified table. ## Swap tables - [POST /table/swap/{database_name}/{table_name_1}/{table_name_2}](https://td-public.redocly.app/apis/td-api/tables/swaptables.md): Swaps specified tables. ## Tail table - [GET /table/tail/{database_name}/{table_name}{path_format}](https://td-public.redocly.app/apis/td-api/tables/tailtable.md): Shows the last record in a table. ## Get table distribution - [GET /table/distribution/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/gettabledistribution.md): Retrieve a table distribution. ## Change database - [POST /table/change_database/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/changetabledatabase.md): Changes to the specified table database. ## Transfer table to a different account - [POST /table/transfer/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/transfertable.md): Transfer the specified table to a different account. (Limited Access) ## Append table schema - [POST /table/append-schema/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/appendtableschema.md): Appends the specified table schema. ## Update table schema - [POST /table/update-schema/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/updatetableschema.md): Updates the specified table schema. ## Create partial delete job (deprecated) - [POST /table/partialdelete/{database_name}/{table_name}](https://td-public.redocly.app/apis/td-api/tables/createpartialdeletejob.md): Creates a partial delete job.