https://github.com/mina-faridi/database-project
Final project of database course, Dr Momtazi (fall 2020)
https://github.com/mina-faridi/database-project
amirkabir database library-database mysql sql
Last synced: about 1 month ago
JSON representation
Final project of database course, Dr Momtazi (fall 2020)
- Host: GitHub
- URL: https://github.com/mina-faridi/database-project
- Owner: mina-faridi
- Created: 2021-09-11T12:00:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T12:42:14.000Z (almost 5 years ago)
- Last Synced: 2025-10-27T22:36:11.818Z (8 months ago)
- Topics: amirkabir, database, library-database, mysql, sql
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database-project
Final project of database course, Dr Momtazi (fall 2020)
In this project, a database for a chain library is designed which includes tables for books, authors, etc and uses the concepts like functions, triggers and roles in sql.
To use the codes, first run the tables.sql file to create tables and then run the other codes.
Some test cases are added to the checking.sql file.