E-R Diagram For Library Management System
E-R Diagram For Library Management System
E-R Diagram For Library Management System
TSSM’s
Bhivarabai Sawant College of Engineering and Research (Polytechnic),
Narhe
MICRO PROJECT
ON
1
MAHARASHTRA STATEBOARD OF TECHNICAL EDUCATION
CERTIFICATE
This is to certify that Ms. Sejal Gholap, Mr. Atharva Chakankar and Mr. Uday Rode Roll No-
20, 21 and 19 of III Semester of Diploma in Computer Engineering of Institute, TSSM’s
BSCOER POLYTECHNIC (Code:1606) has completed the Micro Project satisfactorily in
Subject – Database Management System (22319) for the academic year 2019- 2020 as
prescribed in the curriculum.
2
GROUP DETAILS
Name of Guide
3
2 INTRODUCTION 6
3 Commands With Syntax 7
4 OUTPUT 8
5 E-R Diagram of Library management system 9
6 CONCLUSION 10
7 REFERENCES 11
WEEKLY PROGRESS REPORT
8 12
ANEEXURE II
9 13
INDEX
1. ABSTRACT
The transactions like login, register, add , search, delete, issue are provided. The
Library Management System stores the details like name, ID number ,Roll N0 , Date Of Birth
of members working in the library and users who come to library.
4
The details of books like Book Name, Book ID, Subject to which it belong ,
Author, Edition, Year of Publication , Publisher Name, The total number of books that are
present in the library etc. are also stored.
2. INTRODUCTION
5
focuses on basic operations in a library like adding new books, and updating new
information, searching books and members and return books.
Throughout the project the focus has been on presenting information and
comments in an easy and intelligible manner. The project is very useful for those who want to
know about Library Management System.
6
CREATE TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype ) ;
INSERT INTO table_name (column1, column2, column3, ...)
VALUES (value1, value2, value3, ...) ;
ALTER TABLE table_name
ADD column_name datatype ;
ADD PRIMARY KEY (Column name) ;
ALTER TABLE <Table_name>
ADD FOREIGN KEY (Column_name)
REFERENCES <Primary Key table_name> (Primary_key Column name) ;
4. OUTPUT
7
4.2 STUDENT DATA:-
8
6. CONCLUSION
9
The library management system allows the user to store the books details and
students details. This software allows storing the details of all the data related to library. The
implementation of the system will reduce data entry time and provide readily calculated
reports.
We can do basic operations in a library management like adding new books, and
updating new information, searching books and members and return books etc.
7. REFERENCES
10
7.1 WEB REFERENCES
7.1.1. https://www.w3schools.com/sql/sql_alter.asp.
7.1.2. https://www.slideshare.net/9869265428/library-management-system-52177006 .
7.1.3. https://en.wikipedia.org/wiki/Library_management
MICRO PROJECT
11
SR.N WEEK ACTIVITY PERFORMED SIGN OF
O. GUIDE DATE
1. 1st Discussion and finalization of topic
ANEEXURE II
12
Academic Year: 2019-20 Name of the Faculty: Prof. Gunthe S.V
Course: Data Management System Course code: 22319
Semester: III
(a)Practical Outcome
PO:1 Basic and Discipline specific knowledge: Apply knowledge of basic mathematics,
science and engineering fundamentals and engineering specialization to solve the engineering
problems.
PO:2 Problem analysis: Identify and analysis well-defined engineering problems using
codified standard methods.
PO:3 Design/Development of solution: Design solutions for well-defined technical
problems and assist with the design of system components or processes to meet specified
needs.
13
2.c. Design SQL queries to create Relational database and apply in the given data constraints.
2.d. Identify the operator for queries implementation of the given problem.
(c)Outcomes in affective Domain
1.b. Describe the overall structure of the given DBMS.
1.c. Identify the relevant database model in the given situation.
1.d. Draw the E-R diagram of the given database and identify relationship between the
entities.
2.b. Design Normalized database structure in the given problem.
2.c. Design SQL queries to create Relational database and apply in the given data constraints.
14