Which query will give the table structure with column definitions in SQL?
DESCRIBE tableName
Check MySQL describe command