From be83379384618497684231d97e2742c6fff29f06 Mon Sep 17 00:00:00 2001 From: Kunal Baweja Date: Thu, 12 Jan 2017 15:11:24 -0500 Subject: [PATCH] stanford intro to databases --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d272ee5..d919c69 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Courses ### Systems +- [Intro to Databases](https://lagunita.stanford.edu/courses/Home/Databases/Engineering/about) **Introduction to Databases** *Stanford University* Assignments Lecture Notes Readings Lecture Videos + - Introductory course on Database Management Systems which covers all the fundamentals of relational model, schema design, data models, querying databases and advanced features of SQL. + - The course is offered as a ten weeks long module or a collection of self paced mini-courses, very handy if you want to just stick to certain aspects of introductory databases or need a quick revision. - [CS 61C](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/) **Great Ideas in Computer Architecture (Machine Structures)** *UC Berkeley* Lecture VideosLecture Notes Assignments Readings - [Lecture Videos](https://www.youtube.com/playlist?list=PL-XXv-cvA_iCl2-D-FS5mk0jFF6cYSJs_) - [Lecture Notes](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/#Calendar)