0
25kviews
What is JOIN? Explain different types of join with example
1 Answer
2
625views

This type of join is useful when we know the joining conditions.

Syntax:

SELECT Column_list

FROM Table1, Table 2

WHERE Join_Condition

Types of Join:

1.Natural Join

• A natural join returns all rows by matching values in comman columns having same name and data types of columns and that column …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.