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
44 changes: 44 additions & 0 deletions DBMS/DBMS_resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Database Management System (DBMS)
<br>
<p align="center"><img src="https://blog.paessler.com/hubfs/considerations-when-choosing-database-management-system.png" height="250" width="450"></p>
<br>

### Courses 🎓

| Course Name | Link |
|--------------------------------------------------------------|--------------------------------------------------------------------------------------------------|
| SQL Tutorial: Learn SQL with MySQL Database -Beginner2Expert | [Link](https://www.udemy.com/course/sql-tutorial-learn-sql-with-mysql-database-beginner2expert/) |
| SQL for Beginners: Learn SQL using MySQL and Database Design | [Link](https://www.udemy.com/course/sql-for-beginners-course/) |
| Introduction to Structured Query Language (SQL) | [Link](https://www.coursera.org/learn/intro-sql) |
| Introduction to Relational Database and SQL | [Link](https://www.coursera.org/projects/introduction-to-relational-database-and-sql) |

### Books 📚
| Book | Link |
|--------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|
| Stanford Database Systems: The Complete Book | [Link](http://infolab.stanford.edu/~ullman/dscb.html) |
| Designing Data-Intensive Applications | [Link](http://shop.oreilly.com/product/0636920032175.do) |
| Database Internals | [Link](https://www.oreilly.com/library/view/database-internals/9781492040330/) |
| Foundations of Databases | [Link](http://webdam.inria.fr/Alice/) |
| Readings in Database Systems, 5th Edition | [Link](http://www.redbook.io/) |
| Database Design and Implementation: Second Edition (Data-Centric Systems and Applications) | [Link](https://www.amazon.com/dp/3030338355) |
| Principles of Distributed Database Systems, 4th ed | [Link](https://www.amazon.com/dp/3030262529) |
| Inside SQLite | [Link](https://books.google.com/books/about/Inside_SQLite.html?id=QoxUx8GOjKMC) |
| Architecture of a Database System | [Link](https://dsf.berkeley.edu/papers/fntdb07-architecture.pdf) |

### Talks 📣

| Title | Link |
|------------------------------------------------------------------|---------------------------------------------------------------------------------|
| Data Structures and Algorithms for Big Databases | [Link](https://people.csail.mit.edu/bradley/BenderKuszmaul-tutorial-xldb12.pdf) |
| A Journey From A Quick HackTo A High-Reliability Database Engine | [Link](https://www.sqlite.org/talks/wroclaw-20090310.pdf) |

### Blogs ✍️

| Title | Link |
|-------------------------------------|---------------------------------------------------|
| How does a relational database work | [Link](http://coding-geek.com/how-databases-work) |
| The Internals of PostgreSQL | [Link](http://www.interdb.jp/pg/index.html) |

___

We hope this gets you interested in learning more about DBMS ✌️