+ 3
what does mean by self join ?
why it is in not this SQL app ?
7 Réponses
+ 3
The SQL SELF JOIN is used to join a table to itself as if the table were two tables, temporarily renamed.
+ 2
for example same table contains employee and manager.we can go with self join
+ 1
It is used to Join a table to itself.
+ 1
joining a table with same table.
+ 1
joining a table to itself and avoiding duplicate datas
+ 1
Self joined is basically used to join a table by itself as we join other tables (temporarily joined)
0
please give a sample query to get some idea about self join