← Database Management System 🟡 Medium 📋 Sanfoundry

How can we select the elements which have common Dept_name in both the relation ?

Question #1230 of 749+ in Database Management System

📝 Question #1230

How can we select the elements which have common Dept_name in both the relation ?

⌨️ Press A B C D to select

All Options & Correct Answer

A Select * from instructor i , course c where i.Dept_name=c.Dept_name; Correct
B Select Dept name from instructor ,Course ;
C Select * from instructor i , course c ;
D Select Dept_name from instructor where Dept_name = NULL;

📋 Question Details

🎯
Difficulty
Medium
📅
Year
📋
Source
Sanfoundry

📤 Share This MCQ

📚 Want More?

Practice Database Management System MCQs

749+ questions with detailed answers