#. ELibrary #. My academic project was E-Library (Online Linrary Management System). #. I used programming language in this project JAVA(Servlets) for backend. #. HTML/CSS for user interface. #. MySQL for Database to store the data of library by JDBC Concept #. In this project I used Three table to Store the data
#. Table Name #. 1--------- E_BOOK ------------
-- inside E_BOOK librarian store the data of all different type of book.
#. 2--------- E_LIBRARIAN -------
-- inside E_LIBRARIAN table store all information of librarian by admin
#. 3--------- E_ISSUEBOOK -------
-- inside E_ISSUEBOOK table all the activity updated by librarian.