--- title: InfluxQL SHOW statements description: > Use InfluxQL `SHOW` statements to query schema information from a database. menu: influxdb3_clustered: name: SHOW statements identifier: influxql-show-statements parent: influxql-reference weight: 207 list_code_example: | ```sql SHOW [RETENTION POLICIES | MEASUREMENTS | FIELD KEYS | TAG KEYS | TAG VALUES] ``` related: - /influxdb3/clustered/query-data/influxql/explore-schema/ source: /shared/influxql-v3-reference/show.md ---