First lab comment

This commit is contained in:
Imbus 2024-01-25 21:18:53 +01:00
parent f95ec89d9f
commit 2d73d6551a

2
a.sql
View file

@ -1,2 +1,4 @@
-- What are the names (first name, last name) of all the students?
select firstName, lastName
from Students