Project Mini
Project Mini
Submitted By
HE AD OF DE PART
MR.BP PANDE Y
1.INTRODUCTION…………………………………………………..…
2.SOFTWARE REQUIREMENT SPECIFICATION…………
5. Master table………………………………………………………….
5.1User Table………………………………………………………….....
5.2Transition table……………………………………………..….…..
7. Technology Employed…………………………….……………
INTRODUCTION
1-Entities-
Users
Books
Transactions
2-Relationships-
User issue books(one- to- many relationship)
User return books(one- to-many relationship)
Master table
Based on the provided master table information, here's
how you can structure the master tables:
Book Table-
Book_ID (Primary Key)
Title
Author
Status
User Table:
User_ID (Primary Key)
Name
Membership_Date
Transaction Table:
Transaction_ID (Primary Key)
Book_ID (Foreign Key referencing Book Table)
User_ID (Foreign Key referencing User Table)
Issue_Date
Return_Date
Hardware Requirements:-
Server with sufficient storage capacity to store the
database and application files.
Sufficient processing capabilities to handle concurrent
user requests and database transactions efficiently.
Software Requirements:-
Java Development Kit (JDK): Required for
developing and running Java-based applications. It
includes the Java Runtime Environment (JRE) and
development tools such as compilers and debuggers.
BACK END
MY SQL is employed as a background database management
system for storing and managing data related to book, user and
transitions in library management system.