I have the following relations:
Books(book_id, title, author),
Members(member_id, name, username, password) and
Librarian(librarian_id, name, username, password)
I want to create the relation(s) and schema for the following statements:
- Create mini shelf from existing books (for Members and Librarian)
- Members also can use the shelves that are created by the Librarian.
