diff --git a/a.sql b/a.sql index bd2b791..e279c74 100644 --- a/a.sql +++ b/a.sql @@ -1,2 +1,4 @@ +-- What are the names (first name, last name) of all the students? + select firstName, lastName from Students \ No newline at end of file