There are no primary or candidate keys in the referenced table that match the referencing column list in the foreign key
Foreign keys work by joining a column to a unique key in another table, and that unique key must be defined as some form of unique index, be it the primary key, or some other unique index. At the moment, the only unique index you have is a compound one on ISBN, Title which is … Read more