You need to describe the library model. There are 3 entities: "Author", "Book", "Reader" -- Physically, there is only one book and it can only be with one reader. You need to create tables for the library to reflect this. -- A book can have multiple authors.
Senior
144