This topic describes the operations that are supported for Tablestore SDK for .NET by executing SQL statements.

Important Tablestore SDK for .NET V5.0.0 or later supports the SQL query feature. Before you use the SQL query feature, make sure that Tablestore SDK for .NET V5.0.0 or later is obtained. For more information about the version history of Tablestore SDK for .NET, see Tablestore SDK for .NET.
Operation Description
Create mapping tables You can execute the create table statement to create a mapping table for an existing data table or search index.
Delete mapping tables You can execute the drop mapping table statement to delete mapping tables that are created for tables.
List the names of tables You can execute the show tables statement to list the names of tables in the current database.
Query information about tables You can execute the describe statement to query information about a table, such as the field names and field types.
Query index information about tables You can execute the show index statement to query the index information about a table.
Query data You can execute the select statement to query data in a table.