Learning MySQL - SHOW, DESCRIBE, EXPLAIN, and SET

This tutorial covers a range of commands including SHOW, DESCRIBE, EXPLAIN, and SET. SHOW and DESCRIBE can be used to find properties of your databases, tables, and columns. EXPLAIN can be used to examine your Queries. SET can be used to create variables that you use in your Queries, functions and stored procedures. MySQL Playlist:    • Learning MySQL - Getting Started   SHOW reference: https://dev.mysql.com/doc/refman/5.7/... DESCRIBE reference: https://dev.mysql.com/doc/refman/5.7/... EXPLAIN reference: https://dev.mysql.com/doc/refman/5.7/... User defined variable reference: https://dev.mysql.com/doc/refman/5.7/...