The three tables are as follows:
CREATE TABLE Artist ( ArtistKey char(20) NOT NULL PRIMARY KEY, ArtistName varchar(50) NOT NULL ) CREATE TAB