Skip to content

Commit c371018

Browse files
Merge pull request #195 from Anshul-9923/b3
Done some changes in DBMS
2 parents 81e8873 + 6c463ce commit c371018

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

DBMS/DBMS_resources.md

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

Comments
 (0)