🎴 Flashcard Mode

SQL Fundamentals Quiz

Card1 / 15
Mastered0
Review0
QuestionClick to flip

We refer to a join as a self-join when…

AnswerClick to flip back
A
we are joining table to itself
💡 Explanation:

A self-join occurs when a table is joined to itself, which is commonly used in hierarchical data structures like organizational charts or category trees. Joining multiple different tables or combining left and right joins does not define a self-join.

Change Mode