Account
Categories

MySQL View Table Structure : DESC Command


To view the structure of a table you have created, including its columns and data types. Type DESC table_name; to display the structure of the table.

Syntax:

DESC table_name;