Tag Archives: Mysql Integer Types

MYSQL Numeric Data Types

This tutorial will help you to understand about “MYSQL Numeric Data Types”. Storage Required For Numeic Types Integer Types Storage Required For Numeic Types Data Type Storage Required TINY INT 1 byte SMALL INT 2 bytes MEDIUM INT 3 bytes INT INTEGER 4 bytes BIGINT 8 bytes FLOAT(p) 4 bytes DOUBLE[PRECISION], REAL 8 bytes DECIMAL(M,D), […]