o

The florida salaries database

# basic queries # sub-queries # Full on analysis

draft

Create and import table data #

Creating and importing table data

How to create a table How to import data into a table

Indexing and updating table data

How to add a column to a table How to update a column's values How to index columns on a table for faster searching How to create a new column and add a uppercased version of an existing column to it, and then index that column.

A review of basic SQL

Creating new tables from existing tables

Doing Inner Joins

Doing Left Joins

Creating a gendered name of tables

This is a combination of all the past lessons

Joining university salary data with the gendered names data

Aggregate analysis