---
title: "What is a self join?"  
description: "What is a self join?"  
author: "Amit Singh"  
published: 2011-05-05  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/831/what-is-a-self-join  
category: "db2"  
tags: ["db2"]  
reading_time: 1 minute  

---

# What is a self join?

Self join is just like any other join, except that two instances of the same table will be joined in the query.

## Answers

### Answer by Amit Singh

Self join is just like any other join, except that two instances of the same table will be joined in the query.


---

Original Source: https://www.mindstick.com/interview/831/what-is-a-self-join

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
