Hello.
I'm working on a database for my vinyl record collection.
I have a table that has a list of the Artists. This table has ArtistID (primary key) and ArtistName and only has 1 entry for each Artist
I have another table that has a list of the Albums. This table has ArtistID, AlbumId...