Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autruonggiang/ie103-library-db
Topic: Analyze and design databases for library management problems
https://github.com/autruonggiang/ie103-library-db
crystal-reports draw-io ie103 library library-database library-management procedure sql sql-server trigger uit
Last synced: 10 days ago
JSON representation
Topic: Analyze and design databases for library management problems
- Host: GitHub
- URL: https://github.com/autruonggiang/ie103-library-db
- Owner: autruonggiang
- License: mit
- Created: 2024-02-12T10:14:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T10:50:41.000Z (4 months ago)
- Last Synced: 2024-11-13T17:51:57.631Z (2 months ago)
- Topics: crystal-reports, draw-io, ie103, library, library-database, library-management, procedure, sql, sql-server, trigger, uit
- Language: TSQL
- Homepage:
- Size: 19.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IE103 - Information Management's Project
![Library ERD](Images/Library_ERD.drawio.png)
Library's ERD```
___Table of contents___
# Chapter 1: Introduction
## 1. Problem introduction
## 2. Objectives
## 3. User target
## 4. Real-world procedure# Chapter 2: Problem Analysis
## 1. Entities to be managed
## 2. Relationships between entities
## 3. Entity-Relationship Diagram (ERD) Model
## 4. Functionality# Chapter 3: Database Design
## 1. Relationship Model# Chapter 4: Implementation
## 1. Database installation
## 2. Database processing functions and procedures
## 3. Statistical reports for the database# Chapter 5: Conclusion and Future Development
## 1. Conclusion
## 2. Future development# REFERENCES
```## Languages and Tools
## REFERENCES
- [SQL 101](https://github.com/s-shemmee/SQL-101)## Study and Reference Materials
### Textbook
1. Kenneth C. Laudon, Carol Guercio Traver (2011). "Management Information Systems," 12th Edition. Prentice Hall.### Reference Documents
1. Ramez Elmasri, Shamkant B. Navathe (2010). "Fundamentals of Database Systems," 6th Edition. Addison-Wesley.## Software or Tools for Practice
1. Microsoft (2010). Visual Studio 2010.
2. Microsoft (2008). Microsoft SQL Server Management Studio.