adspace
Answer Posted / Rishi Kant Misra
In MySQL, ENUMs (enumerated data types) are represented as a tinyint with a specific value range assigned to each enumerated constant. SETs are represented using bitwise operations. Internal representation is beyond the scope of this response.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers