You really don't need to have an id field. If you make the authorBook table primary key both bookid and authorid .

Code:
bookid - references book id
authorid - references author id