I need to know if my relationships made between many to many tables are correct. Books_Authors = Books should be able to have multiple authors, and authors should be able to be assigned to multiple books, correct?
Loans table, my tought was that one User should be able to make multiple loans, but one copy of a book should only be able to be loaned once at a time. correct?
is my relations and keys set up correctly to uphold this logic?
First of all, the design is pretty good! You're on the right track that's for sure. A couple of (opinionated (which is the best you can do because there's no one perfect design)) comments: