Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/computer-science/applications/databases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ sidebar_position: 1
---

# Databases
*Timeline: 60 hours*

## Recommendation
- [Database Systems CMU 15-445/645 — Fall 2024](https://15445.courses.cs.cmu.edu/fall2024/)


## Extras
- [The Red Book](http://www.redbook.io/): collection of papers compiled and edited by Peter Bailis, Joe Hellerstein and Michael Stonebraker, a good progression after CMU.


## Archive
> Theses were the previous recommendation for learning databases. Listed here for the time being.

These courses will give the student a basic understanding of databases, specifically with SQL:
- [Relational Databases & SQL](https://www.edx.org/learn/relational-databases/stanford-university-databases-relational-databases-and-sql), 20 hrs
Expand Down