Webmaster Forums - Website and SEO Help

Web Development and Design => Database, Server, Coding and Website Administration => Topic started by: spinxwebdesign on May 15, 2012, 09:06:38 AM

Title: SQL joins
Post by: spinxwebdesign on May 15, 2012, 09:06:38 AM
A SQL Joins is used to combine rows from two or more tables in a database which is based on the relationship between the columns in that tables. A SQL join is used with WHERE Clause of select, update and delete statements. There are types of SQL Joins which are,

1) Inner join
   a) Equi join

2) Outer join
   a) Left outer join
   b) Right outer join
   c) Full outer join

3) Self join
Title: Re: SQL joins
Post by: martinrechard on August 06, 2012, 01:38:26 PM
When we are mention our data in the table form in the database that time if we require one or more rows joining on the various tables in the same database, we are using joins. There are mainly three type of joins such as inner, outer, and self joins.