Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.01 KB

learn-database

Learn database design

Resources

MIT - Electrical Engineering and Computer Science » Database Systems

This course relies on primary readings from the database community to introduce graduate students to the foundations of database systems, focusing on basics such as the relational algebra and data model, schema normalization, query optimization, and transactions.

https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/syllabus/

Recommended Reading

First lecture: https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/lecture-notes/MIT6_830F10_lec01.pdf

Stanford SQL Mini-course

https://lagunita.stanford.edu/courses/DB/SQL/SelfPaced/course/

Books