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

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
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