This document contains information about designing a database for a library management system. It includes:
1. An Entity Relationship Diagram (ERD) showing tables for Books, Borrowing, and Fines.
2. The tables are normalized to third normal form (3NF).
3. The database design includes tables for Students, Books, and Borrowing records.
4. The database will be implemented using Oracle.