how does many to many works?
a book can be written by many writers
and a writer can write many books
so we need third table which contains
writer id
book id
and an id for book_and_writer table as primary key