SHOW TABLE STATUS
Get metadata for tables. View details like engine type, row count, data length, and create time for tables in a database.
Syntax
SHOW TABLE STATUS [{FROM | IN} db_name]
[LIKE 'pattern' | WHERE expr]Description
Column
Description
Views
Example
Last updated
Was this helpful?

