100% found this document useful (1 vote)
812 views21 pages

Library Management System.

Uploaded by

arunakhanna07
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
812 views21 pages

Library Management System.

Uploaded by

arunakhanna07
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 21

IT (402) CLASS X

Project Work File


On
Library Management
System
(Session 2024-2025)
PREPARED BY :-
CLASS :
BOARD ROLL NO :-
SCHOOL NAME :- GURU TEGH BAHADUR PUBLIC SCHOOL
PROJECT GUIDE :- ARUNA KHANNA

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 ”.

I would like to thank our computer faculty, who


always guided me in our proceeding. I am also
thankful to my friend helped me.

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

5 Screenshot of Query 13-16


6 Screenshot of Form 19-20
7 Report 21

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.

A library management system is used to maintain library records. It tracks


the records of the number of books in the library, how many books are
issued, or how many books have been returned or renewed or late fine
charges, etc.

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

Field Name Field Type

BOOK ID BigInt [BIGINT]; Primary key

BOOK NAME Text [VARCHAR] ;

SUBJECT Text [VARCHAR] ;

COST Decimal [DECIMAL];

ISSUE DATE Date [DATE] ;

6
Table Name : ISSUE
Field Specifications

Field Name Field Type

BOOK ID BigInt [BIGINT]; Primary key

NAME Text [VARCHAR] ;

CLASS Integer [INTEGER] ;

ROLL NO Integer [INTEGER] ;

PH NO Integer [INTEGER] ;

Table Name : RETURN


Field Specifications
BOOK ID BigInt [BIGINT]; Primary key

BOOK NAME Text [VARCHAR] ;


NAME Text [VARCHAR] ;

RETURN DATE Date[DATE] ;

7
Table: BOOKS -Design View

Table: BOOKS -Database View

8
Table: ISSUE -Design View

Table: ISSUE-Database View

9
Table: RETURN -Design View

Table: RETURN -Database View

10
Relationship among Tables:
Steps:

1. Click on Tools tabRelationships


2. Add required table for relationship

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

Query 2: To display all the records of table books.

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:

Form For table ISSUE:

19
Form For table RETURN:

20
Generate
Report:

21

You might also like