Understanding Databases
Quickly spin up databases
- The rise of Docker has made Installation and testing Databases very easy. You can use this article as a reference. Please check the docker hub page of the database software for the latest comments.
The underlying stuff
- A good playlist on Database Engineering Concepts
- Carnegie Mellon University’s Databases Courses Part 1 and Part 2
- Mode Analytics SQL Tutorial
Book
I haven’t read many Books on Databases, But one of the books I have read and found very useful is the Database System Concepts by Sudarshan et.al. I read the 6th edition years ago. This helps in deep diving into the databases and the foundational principles behind them.