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