Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql Join

LEFT JOIN
All rows from the left table will be returned, even if there's no matching row in the right table.

RIGHT JOIN
All rows from the right table will be returned, even if there's no matching row in the left table.

INNER JOIN
Only returns rows where there's a matching row in both tables.
Source by www.quackit.com #
 
PREVIOUS NEXT
Tagged: #sql #Join
ADD COMMENT
Topic
Name
3+3 =