Generation

code to explanationThu, 16 Feb 2023

SELECT Studentname, course_name , Address FROM course WHERE Address IS NOT NULL;

This statement returns the name of students and address of students who have registered for any course.

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