Skip to content

Latest commit

 

History

History
165 lines (113 loc) · 9.47 KB

learn.md

File metadata and controls

165 lines (113 loc) · 9.47 KB

🧭 Learn DBMS Together

Awesome list of high-quality study materials for learning database management systems.

⬇️ Tags legend at the end of the page.

DBMS Introduction

( dbms )

DBMS Specific

( dbms )

SQL

( sql ) ( skill )

SQL Drills

Data Stacks

Certifications

( certificate )

DBMS concepts

( dbms )

DBMS comparison

( dbms )

Key-value database

( dbms ) ( key-value )

Wide column database

( dbms ) ( wide_column )

Document-oriented database

( dbms ) ( document-oriented )

Time series database

( dbms ) ( time_series )

Useful Tools

( tool )

Amazing People and Organizations

( subjects )

Tags legend

Kind of Resource
  • 🎥 - video material to watch
  • 📄 - reading
  • 📖 - a book
  • 🎓 - online course with or without feedback
  • 📈 - cheat sheets
  • 🗃️ - reference or manual or a standard
  • 📂 - collections of collections
  • 🏴‍☠️ - non-english
  • 📄 - either single article or single video-tutorial
  • 🏗️ - ideas for inspiration of mini-projects to add to your portfolio
  • 💰 - paid
  • ( certificate ) - certification
  • 🔽 - download
  • ⚡ - practice, it is possible to interact and get feedback from the system
  • ( official ) - official material
  • ( blog ) - blogs
  • ( example ) - code sample that can be executed
  • ( short ) - short overview
  • ( tool ) - a tool
  • ( subjects ) - people and organizations
  • ( skill ) - not a theory, but practices oriented
Level of Expertise
  • ( level_0 ) - very basic and trivial, every professional should know no matter which specialization
  • ( level_1 ) - basic but not trivial, every professional should know no matter which specialization
  • ( level_2 ) - medium proficiency, most professional should know no matter which specialization
  • ( level_3 ) - advanced, not recommended unless it fits specialization
Other Categories
  • ( dbms ) - database manageement systems
  • ( key-value ) - key-value database
  • ( systems_design ) - systems design key concepts
  • ( document-oriented ) - document-oriented DBMS
  • ( wide_column ) - wide column database
  • ( relational ) - relational database
  • ( sql ) - sql related