Episode-081 - Using an enum data type in MySQL

Your video will begin in 10
64 Views
Published
The enum data type is useful when you want to provide a list of valid values that can be stored in a database column. In this video, we demonstrate how to define an enum column, the different ways you can insert data into an enum column, and what happens if you try to use an invalid option.

Enum documentation - https://dev.mysql.com/doc/refman/9.1/en/enum.html
Category
MySQL
Tags
MySQL, Database, Open-source
Be the first to comment