Pregunta de entrevista de Manulife

Self join in SQL

Respuesta de la entrevista

Anónimo

3 abr 2019

Self-join is when you need to join a table with itself, for example, when you need to find the manager details for an employee if the manager column has the manager's employee ID.