What is INNER JOIN in SQL?

Asked: Apr 14, 2023

Inner join returns only those records from the tables that match the specified condition and hides other rows and columns. In simple words, it fetches rows when there is at least one match of rows between the tables is found. INNER JOIN keyword joins the matching records from two tables. It is assumed as a default join, so it is optional to use the INNER keyword with the query.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!