show table status command in mysql

Solutions on MaxInterview for show table status command in mysql by the best coders in the world

showing results for - "show table status command in mysql"
Lois
15 Jan 2018
1SHOW TABLE STATUS FROM DB_name WHERE name = 'table_name';