An open API service indexing awesome lists of open source software.

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

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