🎴 Flashcard Mode

SQL Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

____________ is used to join a table to itself.

AnswerClick to flip back
A
Selfjoin
💡 Explanation:

A self-join joins a table to itself, typically using table aliases to treat it as two separate copies. This is used for hierarchical data (employee-manager) or comparing rows within the same table. Option A correctly names this join type.

Change Mode