how to see table properties in mysql code example
Example 1: mysql show table structure
DESCRIBE table_name; # To show table structure...
Example 2: show tables mysql
Press CTRL+C to copy SHOW [EXTENDED] [FULL] TABLES
[{FROM | IN} db_name]
[LIKE 'pattern' | WHERE expr]