Thanks Pat. Advice greatly appreciated
So if I go back and add into my ER the following 2 tables
Books_Author Table - (book_id, author_id)
Book_Genre Table (book_id, genre_id)
Then adjust the book table as follows
New Book table (book_id, title, publisher_id, description, ISBN, price)
I...