From ‣

Table of Contents

👋 Welcome to the Course

This course I wish I would have had before I started in Data Analytics

SQL is the top required skill of Data Analysts, Data Engineers, and also Data Scientists (actually #2)

Top Skills & Pay of Data Nerds

If this is your first language to learn, you’re in the right place

What is SQL?

SQL stands for Structured Query Language

It’s the language used to connect with a database, which is where companies store all their data

My Experience

Used this in all Data Analyst roles I’ve been a part of

🤔 What we’ll be covering?

Get you set up running SQL on your computer along with a final project to show your skills

🕵️‍♀️ Who is this for?

1️⃣ Basics Section

2️⃣ Advanced Section

3️⃣ Project Build

🙌 Support the Course

This course is completely free 🆓

You’ll get all these resources to complete the course:

📺 Step-by-step video instructions

📲 Platform to run SQL queries

🎤 Best practices for using SQL

💽 Resources to setup SQL on your computer

📂 Guided project to showcase

For those who want to support more future tutorials like this, contributing affords the following:

🔢 Additional Practice Problems

🗂️ Access to all SQL Queries

📝 Step-by-step Notes & Cheatsheet

🌠 Certificate of Completion

How this course was built?

🤙 Kelly Adams - The brains behind the course

Kelly Adams is the co-creator of the course

Feel free to connect with Kelly here:

You can also check out her other work on her website:

Data Analyst | Kelly Adams | Sacramento, CA

All this wouldn’t have been possible without the help of Kelly Adams 🙌

What is SQL?

💽 What is SQL?

Structured Query Language (SQL) is the standard database management language

💽 What is a database?

A database is a collection of data

📝 What is a query?

A query is a request for data from a database, allowing you to perform various operations:

🏢 Where are databases stored?

🐘 What are the different types of databases?

Popular Database Options

Stack Overflow Developer Survey 2023

Relational Database

Screenshot 2024-02-07 211223.png

👋 Intro to Course



Basics



Comparisons



Practice Problem 1