Answer the question
In order to leave comments, you need to log in
Is database normalization correct?
There is such a situation:
Table `artist`. Fields: `arstist_id`, `artist_name`.
The `song` table. Fields: `song_id`, `song_artist`.
It is better to add an artist in the `song_artist` field, and if there are several of them, what should be separated by commas?
Or how, according to the rules of normalization, an intermediate table is needed that links the id of the song and the artist?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question