Introduction to SQL for Data Science & Joining Data in SQL

For the Data Management course project I choose the ‘Introduction to SQL’ and the ‘Joining Data in SQL’ DataCamp courses. As a Product Manager for Franklin Fueling Systems one of the products we offer is SQL based so, these two courses were a perfect option for me.

While I have written some very basic queries in the past it was always a challenge and these two courses have help me immensely. The joining data course was especially helpful in my overall understanding of more complex queries.

Overall, this class and this final project have been fun and have help me better understand how my software engineering coworkers perform their jobs and will help me define better specifications.

Introduction to SQL Certificate

Introduction to SQL Certificate

Joining Data in SQL

Joining Data in SQL

#Load packages
library("forcats", lib.loc="~/R/R-3.5.2/library")
library("ggplot2", lib.loc="~/R/R-3.5.2/library")
library("tidyverse", lib.loc="~/R/R-3.5.2/library")
library("yaml", lib.loc="~/R/R-3.5.2/library")
library("rmarkdown", lib.loc="~/R/R-3.5.2/library")
library(knitr)