Storage Comparisons of ENUM and SET : ENUM : Data Type SQL / MySQL


SQL / MySQL » Data Type » ENUM »

 

Storage Comparisons of ENUM and SET



+---------+------+--------------------+------------------------+
|Type     |Bytes |Storage Amounts     |Defined Values Allowed  |
+---------+------+--------------------+------------------------+
|ENUM     |1     |Single value,       |through 65,535        |
|         |      |using index number  |                        |
+---------+------+--------------------+------------------------+
|SET      |Up to 8|Multiple values,   | through 64           |
|         |      |using actual values |                         | 
+---------+------+--------------------+------------------------+


           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

SQL / MySQL

 Navioo Data Type
» ENUM