Such a great song (technically, this particular mix = two great songs):

Today we are going to look at some cool SQL/database tools (sorry, no SQL flash cards or SQL for Zombies in this post).

First up is a tool that focuses on querying and managing relational databses. I don't know why it's called Beekeeper Studio, but it looks super slick, it's free, and it's open-source.

Falcon is a free and open-source SQL editor with inline data visualization (which looks awesome). It currently supports connecting to RedShift, MySQL, PostgreSQL, IBM DB2, Impala, MS SQL, Oracle, SQLite, and more.

Now that we have looked at how to view and edit a database, let's talk about how to design your own ("database schema"). Here's a short, but informative guide that I found quite helpful.