Lists all the columns from students table
DESCRIBE students
Note: the query above is alternative and shortcut of
SHOW COLUMNS FROM students
by Valeri Tandilashvili
4 years ago
MySQL
DESCRIBE
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences