docs-v2/content/influxdb3/enterprise/query-data/sql/explore-schema.md

613 B

title description menu weight influxdb3/enterprise/tags list_code_example source
Explore your schema with SQL Use SQL to explore your data schema in your {{< product-name >}} database.
influxdb3_enterprise
name parent identifier
Explore your schema Query with SQL query-sql-schema
201
query
sql
##### List tables ```sql SHOW TABLES ``` ##### List columns in a table ```sql SHOW COLUMNS IN table ``` /shared/influxdb3-query-guides/sql/explore-schema.md