The two forms are possible. The most traditional is to use an extra table and normalize the registration of the genres. This is the normalized form. In general you need to have a good reason to not normalize .
In any of the solutions, the ideal is to have a table with the descriptions of the genres. And then you only use ID
of them. In the column of Generos
of your table Videos
, or in the table of mooring of films X genres - the most recommended form.
If you still want to keep a list of genres in the column, you can see a question I did on how to index this.
You would probably have the tables:
Videos
Id
Titulo
Duracao
Generos
Id
Descricao
VideosXGeneros
Id
VideoId
GeneroId