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

28 lines
613 B
Markdown

---
title: Explore your schema with SQL
description: >
Use SQL to explore your data schema in your {{< product-name >}} database.
menu:
influxdb3_enterprise:
name: Explore your schema
parent: Query with SQL
identifier: query-sql-schema
weight: 201
influxdb3/enterprise/tags: [query, sql]
list_code_example: |
##### List tables
```sql
SHOW TABLES
```
##### List columns in a table
```sql
SHOW COLUMNS IN table
```
source: /shared/influxdb3-query-guides/sql/explore-schema.md
---
<!--
The content for this page is at content/shared/influxdb3-query-guides/sql/explore-schema.md
-->