code to explanationSun, 19 Feb 2023
SELECT course_name FROM students UNION SELECT course_name FROM course ORDER BY course_name
The query selects course_name from students, course_name from course and then merges the two and orders it in alphabetical order