Generation

code to explanationSat, 18 Feb 2023

SELECT * FROM course WHERE course_name IN (SELECT course_name FROM students);

This query will display the name of all of the courses that a student is taking.

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