https://github.com/tom474/learn_database_applications_rmit
[RMIT 2024B] ISYS2099 - Database Applications - Learning Resources
https://github.com/tom474/learn_database_applications_rmit
database mongodb mysql
Last synced: 9 months ago
JSON representation
[RMIT 2024B] ISYS2099 - Database Applications - Learning Resources
- Host: GitHub
- URL: https://github.com/tom474/learn_database_applications_rmit
- Owner: tom474
- Created: 2024-07-04T09:26:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T03:59:59.000Z (over 1 year ago)
- Last Synced: 2025-06-18T16:50:11.500Z (about 1 year ago)
- Topics: database, mongodb, mysql
- Language: JavaScript
- Homepage:
- Size: 2.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Database Applications from RMIT
A structured guide to learning **Database Applications**, covering SQL and NoSQL databases, optimization techniques, and advanced database management concepts.
## Tech Stack
- MySQL
- MongoDB
## Content
- 01 - SQL Review
- 02 - Indexing
- 03 - Partitioning
- 04 - Query Optimization
- 05 - Database Security
- 06 - Transaction and Concurrency Management
- 07 - Views and Stored Procedures
- 08 - Functions and Triggers
- 09 - NoSQL Basics
- 10 - NoSQL Data Model