Example & Tutorial understanding programming in easy ways.

What are the purposes of using ENUM and SET data types?

-ENUM data type is used in the MySQL database table to select any one value from the predefined list.

-The SET data type is used to select one or more or all values from the predefined list. This data type can also be used to restrict the field for inserting only the predefined list of values like ENUM.

Read More →