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.
- Host: GitHub
- URL: https://github.com/hirudikaanupama/bookhaven-smart-bookstore-database-system
- Owner: HirudikaAnupama
- Created: 2024-08-18T18:14:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T19:47:30.000Z (10 months ago)
- Last Synced: 2025-04-02T14:17:38.454Z (3 months ago)
- Topics: data-entry, data-manipulation, database, database-reporrt, entity-relationship-diagram, relational-schema, sql, sql-report, table-creation
- Homepage:
- Size: 4.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.