Junior — Senior
Data model for the book collection
livecode
Task condition
Design a database schema for a library that includes three entities: "Author", "Book", and "Reader". Each copy of a book exists as a unique entity and can only be issued to one reader at a time. Create a set of tables that reflect these constraints.