Your browser does not support JavaScript!

Select name, course_id from instructor, teaches where instructor_ID= teaches_ID; This Query can be replaced by which one of the following ?

  • Select name, course_id from instructor natural join teaches; Correct
Similar IT-6314 questions