A table can be joined to itself and this is called a self-join.
What is self join and when would you use it? I don't understand self joins so a layman explanation with …
sql self-joinWhat is the simplest way of doing a recursive self-join in SQL Server? I have a table like this: PersonID | …
sql sql-server recursion hierarchical-data self-joinI don't understand the need for self-joins. Can someone please explain them to me? A simple example would be very …
sql self-joinI need to use Self Join on this table. +------------+------+--------+ | Country | Rank | Year | +------------+------+--------+ |France | 55 | 2000 | +------------+…
mysql sql self-joinI'm trying to find duplicate rows based on mixed columns. This is an example of what I have: CREATE TABLE …
sql join self-joinSo, I'm working on an app where I want to users to be able to group objects in "folders". Basically: …
ruby-on-rails ruby-on-rails-3 activerecord model self-joinI have this data in a table, for instance, id name parent parent_id 1 add self 100 2 manage null 100 3 add 10 200 4 manage …
mysql sql left-join inner-join self-joinI need some suggestions from the database design experts here. I have around six foreign keys into a single table (…
database-design join foreign-keys self-joinIm trying to calculate the amount of money won by all the offspring of a male race horse (Sire) over …
mysql sql self-join