|
1 |
| -# Recommended Books and Talks on DBMS :closed_lock_with_key: |
2 |
| - |
| 1 | +# Database Management System (DBMS) |
3 | 2 | <br>
|
4 |
| -<p align="center"><img src="https://github.com/niteshkumartiwari/B-Plus-Tree/blob/master/img/database.jpg" width="300"/></a> |
5 |
| -</p> |
| 3 | +<p align="center"><img src="https://blog.paessler.com/hubfs/considerations-when-choosing-database-management-system.png" height="250" width="450"></p> |
6 | 4 | <br>
|
7 | 5 |
|
8 |
| - |
9 |
| -## Courses :eyeglasses: |
10 |
| - |
11 |
| -- [SQL Tutorial: Learn SQL with MySQL Database -Beginner2Expert](https://www.udemy.com/course/sql-tutorial-learn-sql-with-mysql-database-beginner2expert/) |
12 |
| -- [SQL for Beginners: Learn SQL using MySQL and Database Design](https://www.udemy.com/course/sql-for-beginners-course/) |
13 |
| -- [Introduction to Structured Query Language (SQL)](https://www.coursera.org/learn/intro-sql) |
14 |
| -- [Introduction to Relational Database and SQL](https://www.coursera.org/projects/introduction-to-relational-database-and-sql) |
15 |
| - |
16 |
| -## Books :books: |
17 |
| - |
18 |
| -- [Stanford Database Systems: The Complete Book](http://infolab.stanford.edu/~ullman/dscb.html) |
19 |
| -- [Designing Data-Intensive Applications](http://shop.oreilly.com/product/0636920032175.do), |
20 |
| -- [Database Internals](https://www.oreilly.com/library/view/database-internals/9781492040330/) |
21 |
| -- [Foundations of Databases](http://webdam.inria.fr/Alice/) |
22 |
| -- [Readings in Database Systems, 5th Edition](http://www.redbook.io/) |
23 |
| -- [Database Design and Implementation: Second Edition (Data-Centric Systems and Applications)](https://www.amazon.com/dp/3030338355) |
24 |
| -- [Principles of Distributed Database Systems, 4th ed](https://www.amazon.com/dp/3030262529) |
25 |
| -- [Inside SQLite](https://books.google.com/books/about/Inside_SQLite.html?id=QoxUx8GOjKMC) |
26 |
| -- [Architecture of a Database System](https://dsf.berkeley.edu/papers/fntdb07-architecture.pdf) |
27 |
| - |
28 |
| -## Talks :speech_balloon: |
29 |
| - |
30 |
| -- [Data Structures and Algorithms for Big Databases](https://people.csail.mit.edu/bradley/BenderKuszmaul-tutorial-xldb12.pdf) |
31 |
| -- [A Journey From A Quick HackTo A High-Reliability Database Engine](https://www.sqlite.org/talks/wroclaw-20090310.pdf) |
32 |
| - |
33 |
| -## Blogs :pager: |
34 |
| - |
35 |
| -- [How does a relational database work](http://coding-geek.com/how-databases-work) |
36 |
| -- [The Internals of PostgreSQL](http://www.interdb.jp/pg/index.html) |
37 |
| - |
38 |
| - |
39 |
| -We hope you now know the roadmap to being a professional Database Designer ✌️ |
| 6 | +### Courses 🎓 |
| 7 | + |
| 8 | +| Course Name | Link | |
| 9 | +|--------------------------------------------------------------|--------------------------------------------------------------------------------------------------| |
| 10 | +| SQL Tutorial: Learn SQL with MySQL Database -Beginner2Expert | [Link](https://www.udemy.com/course/sql-tutorial-learn-sql-with-mysql-database-beginner2expert/) | |
| 11 | +| SQL for Beginners: Learn SQL using MySQL and Database Design | [Link](https://www.udemy.com/course/sql-for-beginners-course/) | |
| 12 | +| Introduction to Structured Query Language (SQL) | [Link](https://www.coursera.org/learn/intro-sql) | |
| 13 | +| Introduction to Relational Database and SQL | [Link](https://www.coursera.org/projects/introduction-to-relational-database-and-sql) | |
| 14 | + |
| 15 | +### Books 📚 |
| 16 | +| Book | Link | |
| 17 | +|--------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------| |
| 18 | +| Stanford Database Systems: The Complete Book | [Link](http://infolab.stanford.edu/~ullman/dscb.html) | |
| 19 | +| Designing Data-Intensive Applications | [Link](http://shop.oreilly.com/product/0636920032175.do) | |
| 20 | +| Database Internals | [Link](https://www.oreilly.com/library/view/database-internals/9781492040330/) | |
| 21 | +| Foundations of Databases | [Link](http://webdam.inria.fr/Alice/) | |
| 22 | +| Readings in Database Systems, 5th Edition | [Link](http://www.redbook.io/) | |
| 23 | +| Database Design and Implementation: Second Edition (Data-Centric Systems and Applications) | [Link](https://www.amazon.com/dp/3030338355) | |
| 24 | +| Principles of Distributed Database Systems, 4th ed | [Link](https://www.amazon.com/dp/3030262529) | |
| 25 | +| Inside SQLite | [Link](https://books.google.com/books/about/Inside_SQLite.html?id=QoxUx8GOjKMC) | |
| 26 | +| Architecture of a Database System | [Link](https://dsf.berkeley.edu/papers/fntdb07-architecture.pdf) | |
| 27 | + |
| 28 | +### Talks 📣 |
| 29 | + |
| 30 | +| Title | Link | |
| 31 | +|------------------------------------------------------------------|---------------------------------------------------------------------------------| |
| 32 | +| Data Structures and Algorithms for Big Databases | [Link](https://people.csail.mit.edu/bradley/BenderKuszmaul-tutorial-xldb12.pdf) | |
| 33 | +| A Journey From A Quick HackTo A High-Reliability Database Engine | [Link](https://www.sqlite.org/talks/wroclaw-20090310.pdf) | |
| 34 | + |
| 35 | +### Blogs ✍️ |
| 36 | + |
| 37 | +| Title | Link | |
| 38 | +|-------------------------------------|---------------------------------------------------| |
| 39 | +| How does a relational database work | [Link](http://coding-geek.com/how-databases-work) | |
| 40 | +| The Internals of PostgreSQL | [Link](http://www.interdb.jp/pg/index.html) | |
| 41 | + |
| 42 | +___ |
| 43 | + |
| 44 | +We hope this gets you interested in learning more about DBMS ✌️ |
0 commit comments