4) Library Management System ER Diagram: plaintext Copy code +-------------+ | Member | +-------------+ | member_id (PK)| | name | | email | | address | +-------------+ | | +---------+---------+ | | +-------+-------+ +-------+-------+ | Borrows | | Book | | | +---------------+ +---------------+ | book_id (PK) | | borrow_id (PK)| | title | | member_id (FK)| | author | | book_id (FK) | | available | | borrow_date | +---------------+ | return_date | +---------------+
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter