Numeric data types
Integers
TINYNINT(M)M = possible length of the integerINTBOOLEAN: a special integer
Decimals
DOUBLE(M, D)D = number of digits following decimal point
String data types
Variable-length strings
VARCHAR(M)
Binary Large OBject
BLOBLONGBLOB- Bob Loblaw
Date and Time data types
-
DATEMySQL stores dates asYYYY-MM-DD -
DATETIMECan be precise to 6 decimal points asYYYY-MM-DD HH:MM:SS[.fraction] -
YEARFour-digit year
