Listing Tables
To see the tables in the current database you can query the catalog, as shown in the following example:
SELECT table_name FROM sqream_catalog.tables;
cool_animals
To see the tables in the current database you can query the catalog, as shown in the following example:
SELECT table_name FROM sqream_catalog.tables;
cool_animals