This is the second article from SQL Joins series, you can find the first article here. It talks about the basic concepts of joins and...
SQL Articles
SQL Joins – Part 1: Difference between Inner Join and Outer Join
The concept of SQL joins is a must-have skill. Every developer should be able to use it in different use-cases with the best performance...
Abandoning CouchDB (NoSQL) in favor of SQL
In short, Use CouchDB if you are 100% sure you won't need any (complex) joins. This post won't go through any theoretical differences or...