SQL Command ReferenceSHOW TABLESOn this pageSHOW TABLES Description Lists all tables in the specified lake and database. Note that the SQL statement does not end with ; Syntax SHOW TABLES LAKE = <string> DATABASE = <string> Example SHOW TABLES LAKE = 'my_lake' DATABASE = 'my_lake_default'