For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inner Join

An "Inner Join" is an operation used to combine rows from two or more tables based on a related column between them. It returns only the rows that have matching values in both tables, effectively merging the data from the joined tables.

Last updated

Was this helpful?