Write a query that displays the following data in a single column.
name, age age, is enrolled in the course course.
Set the header as studentsData
.
The data should look something like this:
studentsData |
---|
Donald, age 3, is enrolled in the course JavaScript |
Joe, age 5, is enrolled in the course Python |