Can anyone please explain the tables "artist_credit_name" and "artist_credit" in MusicBrainz Database Schema here http://wiki.musicbrainz.org/-/images/5/52/ngs.png?
What is the foreign key "position" in "artist_credit_name"? and which table does it relate to? Can you explain the attributes in each table? I understand 'join_phrase' but why have two tables?
[artist_credit_name]
artist_credit (PK, FK)
position (PK)
artist (FK)
name
join_phrase
[artist_credit]
id
name
artist_count
ref_count
Thanks