Computer Science, asked by shamikadiwan91, 2 months ago

1)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;​

Answers

Answered by rakgkp345
0

Answer:

Rimzimfeb/customer /care number 6289981954//6289981954

Explanation:

Rimzimfeb/customer /care number 6289981954//6289981954

Similar questions