Library Management System.
Library Management System.
1
ACKNOWLEDGEMENT
It gives me immense pleasure to present this report
file on the importance of RDBMS. This project work
is consists of Open Office Base, which is a useful
DBMS and a part of Open Office Suite. In this report
file, a database file has been made upon the “
LIBRARY MANAGEMENT SYSTEM ”.
2
ACHIEVEMENT CERTIFICATE
This is to certify___________________of class X,
Roll ____________, of Guru Tegh Bahadur Public
school has satisfactorily completed his/her project
in Information Technology (402) for the session
2024-25.
DATE:-
ARUNA KHANNA
( IT TEACHER )
3
INDEX
SNo Topic Page No
Table Structure
1
6-7
• books
• issue
• return
2 Screenshot of Tables(Design view) 8
3 Screenshot of Tables(Database view) 9-10
Screenshot of Relationship Design & 11-12
4 structure
4
INTRODUCTION
A library management system is software that is designed to manage all the
functions of a library. It helps librarian to maintain the database of new
books and the books that are borrowed by members along with their due
dates.
This system completely automates all your library’s activities. The best
way to maintain, organize, and handle countless books systematically is to
implement a library management system software.
You can find books in an instant, issue/reissue books quickly, and manage
all the data efficiently and orderly using this system. The purpose of a
library management system is to provide instant and accurate data
regarding any type of book, thereby saving a lot of time and effort.
** Source - Google
5
Table Structure
Table Name : BOOKS
Field Specifications
6
Table Name : ISSUE
Field Specifications
PH NO Integer [INTEGER] ;
7
Table: BOOKS -Design View
8
Table: ISSUE -Design View
9
Table: RETURN -Design View
10
Relationship among Tables:
Steps:
11
3.Drag and drop the fields so as to apply relationship among tables
12
Query using Wizard:
Query 1: To display all the data of table books whose book_id is 101
13
14
Query using SQL
15
Query 3: To display all the records of harry potter.
16
Query 4: To display data of books table in ascending order of their cost.
17
Query 5: To display subject and cost increased by Rs 40 of Items.
18
Form For table BOOKS:
19
Form For table RETURN:
20
Generate
Report:
21