List All Tables Visible to the Connection
list_all_tables.RdReturns a lazy tibble of all tables visible to the current connection by querying `information_schema.tables` (across all catalogs/databases and schemas).
Value
A `dbplyr` lazy tibble with columns: * `table_catalog` — database/catalog name * `table_schema` — schema name * `table_name` — table name