|
|
|
SQL Tutorial
|
PHP SQL Left Join
JOIN is used to query data from two or more tables. The left join is used in case of need to return all rows from the left table, even if the right table doesn't have any match.
View Rating |
|
|
SQL Tutorial
|
PHP SQL Right Join
JOIN is used to query data from two or more tables. The right join is used in case of need to return all rows from the right table, even if the left table doesn't have any match.
View Rating |
|
|
SQL Tutorial
|
Mysql Outer Join
Mysql Outer Join return you the set of all matching records from both table. The Outer Join does not requires each records to be matched in both the tables.
View Rating |
|
|