Overview
TheSHOW TABLES statement allows you to obtain information about existing tables.
It only shows tables in schemas, on which a user has the
USAGE grantDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Oxla has been acquired by Redpanda Data. Read the news here.
SHOW TABLES statement allows you to obtain information about existing tables.
USAGE grantSHOW TABLES;
+------------+
| name |
+------------+
| lineorder |
| part |
| customer |
| supplier |
+------------+