📝 Question
#1230
How can we select the elements which have common Dept_name in both the relation ?
✓
Correct Answer
A. Select * from instructor i , course c where i.Dept_name=c.Dept_name;
💡
Explanation
Here only the common elements are displayed .
⌨️ Press
A
B
C
D
to select