Instructors who actually teach — DBMS OPPE Question
Instructors who actually teach
00:00
Find the ids that appear in both the instructor table and the teaches table — that is, instructors who teach at least one section. Take the ID column from each table and keep only the ids common to both.
Return one column: ID, sorted ascending.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan