An open API service indexing awesome lists of open source software.

https://github.com/hirudikaanupama/bookhaven-smart-bookstore-database-system

From this project we can get good knowledge about how to create the database, how to insert data into the database and how to manipulate the data in the database using standard diagrams.
https://github.com/hirudikaanupama/bookhaven-smart-bookstore-database-system

data-entry data-manipulation database database-reporrt entity-relationship-diagram relational-schema sql sql-report table-creation

Last synced: about 11 hours ago
JSON representation

From this project we can get good knowledge about how to create the database, how to insert data into the database and how to manipulate the data in the database using standard diagrams.

Awesome Lists containing this project

README

        

BookHaven Smart Bookstore Database System


Creation, management and manipulation of the Bookhaven book store database system



#### * _All information, data as well as the following are contained in the database report and other files_


### First we need to design our database using normal method. by the time,
- Entity Relationship Diagram (ERD)
- Extended Entity Relationship Diagram (EERD)
- Relational Schema Diagram/ Logical Data Model


### Then the database schema should be created using SQL as per Relational Schema.


### After building the database we can enter the data in the database, also we can maintain, manipulate the data in the database.