docsHow toclickhouseHow to List Tables from a Database in ClickHouseYou can run the following command to show all the tables in an existing database: SHOW TABLES FROM db_how_to;How to Create a Table in ClickHouseHow to Rename a Table in ClickHouse