DESCRIBE table_name; # To show table structure...
# First, select your database USE yourDb; # Then, simply SHOW TABLES;