What are the other commands to know the structure of a table using MySQL commands except EXPLAIN command?

DESCRIBE table_name;