dblabs/e.sql
2024-01-25 21:55:48 +01:00

4 lines
No EOL
85 B
SQL

--How many students are registered in the database?
select count(*)
from Students