How to represent ENUMs and SETs internally?



How to represent ENUMs and SETs internally?..

Answer / 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

More MySQL Interview Questions

Is mysql connect deprecated?

1 Answers  


What is mysql in linux?

1 Answers  


What are some good ideas regarding user security in MySQL?

2 Answers  


How to make a copy values from one column to another in mysql?

1 Answers  


Can python connect to mysql?

1 Answers  


How do I run a query in mysql?

1 Answers  


How many tables we can create in mysql database?

1 Answers  


What is the difference between CHAR and VARCHAR data types?

2 Answers   Ramco,


What is blob and clob?

1 Answers  


What is required to create mysql database?

1 Answers  


Is primary key auto increment?

1 Answers  


What is procedures in mysql?

1 Answers  


Categories