Members borrow books: a classic many-to-many resolved by LOAN.
Click an entity
A member borrows many books; a book is borrowed by many members. LOAN stores each individual checkout with its dates, carrying the foreign keys member_id and isbn — the bridge table for the many-to-many relationship.