MySQL Data Types
Integers (marked x) that are "UNSIGNED" have the same range of values but start from 0 (i.e., an UNSIGNED TINYINT can have any value from 0 to 255). Select queries
|
Creating and modifying
Matching data
|
Joins
JOIN syntax: SELECT * FROM tbl1 INNER JOIN tbl2 ON tbl1.id = tbl2.id; String functions mySQL
MySQL calculation functions
Create table with auto-incrementing primary key
|
Created By
Metadata
Favourited By
and 36 more ...
Comments
Just starting to learn SQL on my own. This sheet will be invaluable!
Reviewed a few and liked the layout of this one. seemed to be geared to the data that i need to remind myself as a new user.
Add a Comment
Related Cheat Sheets
More Cheat Sheets by guslong