You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Moderator
Staff member
MODERATOR
SUPREME
MEMBER

SQL JOINs Cheat Sheet
SQL (Structured Query Language) is a database language that allows you to select data and build complex reports.
A JOIN is a command in the SQL query language that combines data from different tables in a database if there are related columns.
The purpose of using a JOIN is to obtain a specific subset of data.