Mysql cheatsheet

Connect to MySQL


Basic MySQL Commands


Creating and Dropping Databases


Creating and Dropping Tables


Inserting Data into a Table


Retrieving Data from a Table


Updating Data in a Table


Deleting Data from a Table


Aggregation Functions


Grouping Data


HAVING Clause


Joins