You are on page 1of 3

Database

We used MySQL database

In this database, we create five tables that is following:

1. Student Table
2. Admin Table
3. Book list
4. Information of Book issue
5. Feedback Table

1. Student Table
This table has a list of all the student related information like name,
branch, email id, phone.
2. Admin Table
This table has admin related information

3. Book List
List of All Books in available in library and books related Information
such as Name of Book, Author, Quantity of book, Category.
4. Information of Book issue

Store a list of student how issue a book from library and a book which is
issue by student Information like Issue date and Return date.

5. Feedback Table

Store a suggestion of Student about library and website of library and any
other thing can be share by student

You might also like