Descriptions:

  • Lists the non-TEMPORARY tables in a given database.

Synopis:

  • SHOW
    • [EXTENDED]
    • [FULL]
    • TABLES
      • all the tables in the database
    • [{FROM | IN} _db_name_]
    • [LIKE 'pattern' | WHERE expr]