4 lines
No EOL
85 B
SQL
4 lines
No EOL
85 B
SQL
--How many students are registered in the database?
|
|
|
|
select count(*)
|
|
from Students |