> For the complete documentation index, see [llms.txt](https://docs.layraweb.com.tr/merhaba/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layraweb.com.tr/merhaba/sql-tarafi/calismalar-ve-notlar/tablo-baglantisi-tablo-baglama.md).

# Tablo Bağlantısı (Tablo Bağlama)

```sql
SELECT column1,column2
FROM table1
INNER JOIN table2
ON table1.column_name = table2.column_name;
```
