Difference between self join and equi join in Mysql
Posted by Raj
Difference between self join and equi join in Mysql
Self join: Self join is a method of centralizing relational data to a single table.A self-join joins the table to itself.
Self join Example
Equi join: Equi Join is used to combine records from two tables.In equi join we have to use only '=' operator.
Equi Join Example
Self join: Self join is a method of centralizing relational data to a single table.A self-join joins the table to itself.
Self join Example
Equi join: Equi Join is used to combine records from two tables.In equi join we have to use only '=' operator.
Equi Join Example
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
Difference between self join and equi join,
Difference between self join and inner join,
equi join,
equi join example,
equi joins,
mysql equi join,
mysql equi join example,
mysql self join
.You can leave a response, or trackback from your own site.