Michael Sattler Archives

SQL Delete — All Good Things Must End

Relational databases store information in tables — with columns that are analogous to elements in a data...

SQL Create Table — Storing All The Things

Relational databases store information in tables — with columns that are analogous to elements in a data...

SQL Distinct — Getting the Basics Down

Relational databases store information in tables — columns that are analogous to elements in a data structure...

Celebrating Black History Month and Alan Emtage — Search Engine Pioneer

Modern life — internet life — centers around finding information via search engines. Without clever algorithms searching...

SQL Alter — Changing Your Mind

SQL Alter modifies existing columns and constraints in  relational database tables. A well-designed set of tables is the...

SQL Group By — Refining Your Queries

Relational databases store information in tables, with columns that are analogous to elements in a data structure...