Joins
Joins
When we need information from more than 1 table, there we need to use JOIN.
Join is cross product + condition i.e. cross product with select operation.
You have to find first the table name from which the output can be taken.
Type of Joins
Here the bold written names means cross product. So first cross product will be done:
Find the student id whose is enrolled in at least two courses. (Minimum two, maximum can be any
number)
So,