dblabs/e.sql

4 lines
85 B
MySQL
Raw Permalink Normal View History

2024-01-25 21:55:48 +01:00
--How many students are registered in the database?
select count(*)
2024-01-25 19:40:23 +01:00
from Students