Category
Q. How does a MYSQL Self-Join Work?
 
 


Answer :
In self join we create a alias of table then join of tables
Examples-
select * from table1 as t1 table1 as t2 where t1.id=t2.pid
Posted By : app101
Post Answer :  
Answer * :
Are You? Already Member New User
   
User Name / Email * :
Password * :
Security Code * :

(Enter security code above shown on image)