Mysql Enum Tutorials

MYSQL String Data Types

This tutorial will help you to understand about “MYSQL String Types”. It contains the storage required for string types, CHAR type, VARCHAR type, TEXT types, BLOB types, ENUM type and SET TYPE. Storage Required For String TypesCHAR ,VARCHAR TYPETEXT TYPESBLOB TYPESENUM TYPESET TYPEStorage Requirements for String TypesIn the following table, M represents the declared column length in 1.characters for nonbinary string types and 2.bytes for binary string types.L represents the […]... Read More »