← Database Management System 🟡 Medium 📋 Sanfoundry

This Query can be replaced by which one of the following? SELECT name, course_id FROM instructor, te…

Question #1045 of 749+ in Database Management System

📝 Question #1045

This Query can be replaced by which one of the following? SELECT name, course_id FROM instructor, teaches WHERE instructor_ID= teaches_ID;

⌨️ Press A B C D to select

All Options & Correct Answer

A Select name,course_id from teaches,instructor where instructor_id=course_id;
B Select name, course_id from instructor natural join teaches; Correct
C Select name, course_id from instructor;
D Select course_id from instructor join teaches;

📋 Question Details

🎯
Difficulty
Medium
📅
Year
📋
Source
Sanfoundry

📤 Share This MCQ

📚 Want More?

Practice Database Management System MCQs

749+ questions with detailed answers