SHOW TABLES
Show all the tables that are available in a source or Arctic catalog.
SyntaxSHOW TABLES
[ AT { REF[ERENCE] | BRANCH | TAG | COMMIT } <refValue> ]
[ IN <catalog_name> ]
Parameters
{{< sql-section file="data/sql/arctic-tables.json" data="showingTables" >}}
Examples
Show the tables in the current source or Arctic catalogSHOW TABLES
SHOW TABLES
AT REF myBranch
SHOW TABLES
AT BRANCH myBranch
IN myCatalog