Information Schema#
DataFusion supports showing metadata about the tables and views available. This information can be accessed using the
views of the ISO SQL information_schema schema or the DataFusion specific SHOW TABLES and SHOW COLUMNS commands.
SHOW TABLES#
To show tables in the DataFusion catalog, use the