
scaler.com
https://www.scaler.com/topics/describe-table-mysql…
Describe table MySQL- Scaler Topics
The DESCRIBE or DESC command in MySQL is a useful way to retrieve information about a table's structure, including column names, data types, and constraints. To use the DESCRIBE command, you need to log in to the MySQL server, select the database, and execute the command with the name of the table you want to describe.