# HG changeset patch # User Oleksandr Gavenko # Date 1362477095 -7200 # Node ID a35c9605ee53c67f54c50dfd8318a34d609972cd # Parent d3fc6b0b884e391b0cc66d0b2bdfca6efafba9a4 A Visual Explanation of SQL Joins. diff -r d3fc6b0b884e -r a35c9605ee53 sql.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sql.rst Tue Mar 05 11:51:35 2013 +0200 @@ -0,0 +1,14 @@ +.. -*- coding: utf-8; -*- +.. include:: HEADER.rst + +====== + SQL. +====== +.. contents:: + +Joins. +====== + + http://www.codinghorror.com/blog/2007/10/a-visual-explanation-of-sql-joins.html + A Visual Explanation of SQL Joins. +