Concept Flow - ENUM types
Define ENUM type with values
Create table using ENUM column
Insert rows with ENUM values
Query table to see ENUM values
Use ENUM values in conditions or sorting
END
First, define an ENUM type with allowed values, then create a table using that ENUM type. Insert rows using those ENUM values, and finally query or use them in conditions.