what does mean by self join ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

what does mean by self join ?

why it is in not this SQL app ?

12th Jul 2016, 5:10 AM
Suryaprakash Tiwari
Suryaprakash Tiwari - avatar
7 Answers
+ 3
The SQL SELF JOIN is used to join a table to itself as if the table were two tables, temporarily renamed.
16th Jul 2016, 8:48 PM
Suryaprakash Tiwari
Suryaprakash Tiwari - avatar
+ 2
for example same table contains employee and manager.we can go with self join
12th Jul 2016, 7:22 AM
srinivas T
srinivas T - avatar
+ 1
It is used to Join a table to itself.
12th Jul 2016, 5:21 AM
Manu
+ 1
joining a table with same table.
13th Jul 2016, 5:51 AM
Shruti Pande
Shruti Pande - avatar
+ 1
joining a table to itself and avoiding duplicate datas
16th Jul 2016, 11:10 AM
Adeosun Abiola Dickson
Adeosun Abiola Dickson - avatar
+ 1
Self joined is basically used to join a table by itself as we join other tables (temporarily joined)
27th Nov 2016, 9:43 AM
Khwaja Hussam Quasmi
Khwaja Hussam Quasmi - avatar
0
please give a sample query to get some idea about self join
20th Dec 2016, 2:00 PM
Arun Inrx
Arun Inrx - avatar