dblabs/a.sql

4 lines
111 B
MySQL
Raw Normal View History

2024-01-25 21:18:53 +01:00
-- What are the names (first name, last name) of all the students?
2024-01-25 19:40:23 +01:00
select firstName, lastName
from Students