kinkir / MySQL

Lab Notebooks for Coursera course Manage Big Data with MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managing Big Data with MySQL

Note
More Notebooks will be uploaed in the comming week

This repository stores the exercise notebooks of the Coursera course Managing Big Data with MySQL.

Exercise Jupyter Notebooks can be viewed using nbviewer

Querying Single Table

The course teaches the basics of MySQL queries in business analytics. The key concepts of querying a single table is summarized by the following diagrams

Query Syntax

Query Syntax Expained

Query in natural langugage

The Acutal Excution Order of a SQL Query

Note that the actual excuation order of SQL queries is different with the order we write them. The following diagram shows the the difference.

Actual Excuation Order of SQL Query

Query Multiple Tables

Cartesian Product

Cartesian Product

Joins: inner, lefter outer, right outer, and full outer

Joins

About

Lab Notebooks for Coursera course Manage Big Data with MySQL


Languages

Language:Jupyter Notebook 61.8%Language:HTML 38.2%