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.

Questions about programming?Chat with your personal AI assistant