SHOW TABLES statement in ksqlDB for Confluent Platform

Synopsis

SHOW | LIST TABLES [EXTENDED];

Description

List the defined tables.

Example

-- See the list of tables currently registered:
LIST TABLES;

-- See extended information about currently registered tables:
SHOW TABLES EXTENDED;