OVERVIEW:
The software is designed to be used in bookstores and libraries, in order to facilitate the access to accurate information about books. Among its many features is the ability to browse and categorize books based on names, authors, and publications, providing links to borrow and purchase books, and supporting the administration of the database system.
Both customers and administrators are able to find information on required books simply by typing in the author or ISBN in the same place without much manual effort.
DATA AND FUNCTIONAL REQUIREMENTS:
The database is organized into three main entities:
- Books
- Authors
- Login
These Functional and Data requirements from the user is very necessary for the successful execution of the database. The designer can ensure that the database meets all the aspects of the database.
The entity type Books has following attributes
- ISBN - Primary Key
- Title
- Authors
- Publishers
- Price
- Language
- Genre
The entity type Author has attributes
- sname - Primary Key
- name
- lname
- fullname
- Country
An entity type Login with attributes
- Username
- Password
SAMPLE SCREENSHOTS: