dblabs/a.sql

4 lines
115 B
MySQL
Raw Permalink Normal View History

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