SQL Statements
SHOW TABLES
Overview
The SHOW TABLES
statement allows you to obtain information about existing tables.
It only shows tables in schemas, on which a user has the
USAGE
grantExample
So as to list all available tables, you need to execute the following query:
This will produce an output with a list of all existing tables, an example of which is presented below: