SHOW TABLES¶ Synopsis¶ 1SHOW | LIST TABLES [EXTENDED]; Description¶ List the defined tables. Example¶ 1 2 3 4 5-- See the list of tables currently registered: LIST TABLES; -- See extended information about currently registered tables: SHOW TABLES EXTENDED; Last update: 2024-10-28