Database - Advanced SQL - Discussion

Discussion Forum : Advanced SQL - General Questions (Q.No. 13)
13.
How many tables may be included with a join?
One
Two
Three
All of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Shanmuga priya said:   5 years ago
How we can join 1 table? Explain.

Ankesh Verma said:   1 decade ago
The SQL Joins clause is used to combine records from two or more tables in a database. A JOIN is a means for combining fields from two or more tables by using values common to each.

Suganya said:   1 decade ago
How to join one table?

Simardeep said:   1 decade ago
Unable to understand the explanation of the solution.

Please elaborate.

Dilipmantena said:   1 decade ago
We can use join for more than one table. For 'n' tables the no of join conditions required are 'n-1'.

Post your comments here:

Your comments will be displayed after verification.