Write a suitable command to do the following in MySQL.
View the table structure.
Desc table_name; or describe table_name;