Database, How To MySQL: Describe All Tables matthew.mattoon February 11, 2013 In MySQL if you want to find out what columns are in a given table, you can describe the table and it will show you the columns and the data types associated with that column.