https://github.com/tanuj-maheshwari/aims
Academic Information Management System. Multi User database for an academic institute with various constraints generally present in an institute. Implemented using stored procedures and triggers in PLPGSQL.
https://github.com/tanuj-maheshwari/aims
plpgsql postgresql sql
Last synced: 4 months ago
JSON representation
Academic Information Management System. Multi User database for an academic institute with various constraints generally present in an institute. Implemented using stored procedures and triggers in PLPGSQL.
- Host: GitHub
- URL: https://github.com/tanuj-maheshwari/aims
- Owner: tanuj-maheshwari
- Created: 2022-05-25T06:41:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T06:44:02.000Z (about 4 years ago)
- Last Synced: 2025-04-07T14:47:39.508Z (about 1 year ago)
- Topics: plpgsql, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Academic Information Management System
This project implements Academic Information Management System, using stored procedures and triggers in PL/PgSQL.
upload the commands from files in order specified in sequence.txt
Each student has a role with login id _{Entry Number} and password Entry Number. \
For Eg: Student with Entry Number 2019CSB2000 will have role with id _2019CSB2000 and password 2019CSB2000.
Each instructor has a role with login id _{Instructor Id} and password Instructor Id. \
For Eg: Instructor with Instructor Id 1 will have role with id _1 and password 1.
Deanoffice has a role with login id deanoffice and password deanoffice.
For details on academic structure and different rules followed while designing this database, refer specifiction.pdf.