https://github.com/nvinayvarma189/invention-management
This is an academic course project for Database Managements Subject.
https://github.com/nvinayvarma189/invention-management
academic-project database dbms dbms-project invention
Last synced: 11 days ago
JSON representation
This is an academic course project for Database Managements Subject.
- Host: GitHub
- URL: https://github.com/nvinayvarma189/invention-management
- Owner: nvinayvarma189
- Created: 2018-12-10T08:38:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T09:05:44.000Z (almost 7 years ago)
- Last Synced: 2025-10-11T04:56:33.133Z (11 days ago)
- Topics: academic-project, database, dbms, dbms-project, invention
- Size: 1.27 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invention-Management
This is an academic course project for Database Management Systems Subject.## Question
A database is made to store the invention details like the name of the invention, inventors(s), category(like science, engineering etc), the year of invention, the story behind, awards/recognitions received, the year in which that was received etc. The inventors’ details include name, country, and job type. Example, the chewing gum was invented by an accountant. An invention can get many awards. A database is maintained to store details about the different awards that exist world-wide in each category. Awards can also receive nominations for which the jury’s verdict is final. The list of jury members can also be maintained. Design a database system for the inventors application to maintain all the data conveniently and efficiently.## Team Members:
- [Venu Vardhan](https://github.com/vchrombie/)
- [Srinivas Machiraju](https://github.com/srinivasmachiraju)
- [Satya Pramod](https://github.com/satya1612)