Nelsonne Ntaba’s Post

--left join --2> identify which TEACHERS are not currently assigned to any COURSES. select teacher.teacher_name, courses.course_name from courses left join teacher on teacher.teacher_course = courses.course_id;

  • table

To view or add a comment, sign in

Explore topics