TaggedmySQL

Getting Freaky with MySQL Joins

Posted Dec 26, 2016
Tagged

One of the most powerful things about relational databases like mySQL is JOINing tables. Let's discuss writing different types of JOINS in mySQL. We've constructed a mini database for a fictional app called LewbowskiIn, basically LinkedIn, but only for characters in The Big Lebowski. You don't need to watch the movie, but it's recommended.

Read More