Multiple choice technology programming languages

Self Join is used to join a table to itself.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A self join is a regular join where a table is joined with itself, which is particularly useful for querying hierarchical or tree-structured data stored within a single table.