Generation

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

Want to kickstart your project?Use the new AI Studio to create your code