The given Query can also be replaced with_______: SELECT name, course_id  FROM instructor, teaches  WHERE instructor_ID= teaches_ID;   - Study24x7
Social learning Network

Warning: include(./views/auth.php): failed to open stream: Permission denied in /var/www/html/live/loginRightSlider.php on line 18

Warning: include(): Failed opening './views/auth.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/live/loginRightSlider.php on line 18
45 followers study24x7 25 Feb 2021 04:56 PM study24x7 study24x7

The given Query can also be replaced with_______: SELECT name, course_id  FROM instructor, teaches  WHERE instructor_ID= teaches_ID;  

A

Select name,course_id from teaches,instructor where instructor_id=course_id;

B

Select name, course_id from instructor natural join teaches;

C

Select name, course_id from instructor;

D

Select course_id from instructor join teaches;

study24x7
Write a comment
  • Mandy Duke
  • If you're looking for a detailed explanation to this question, visit - https://www.quesba.com/questions/query-replaced-one-following-select-name-course_id-instructor-255323
    Related Questions
    500+   more Questions to answer
    Most Related Articles