SQL
x
USE hewiktionary_p;
SELECT COUNT(student_id) AS 'Hebrew Wiktionary Students' FROM ep_students;
USE hewiktionary_p;
SELECT COUNT(course_id) AS 'Hebrew Wiktionary Courses' FROM ep_courses;
USE hewiktionary_p;
SELECT COUNT(org_id) AS 'Hebrew Wiktionary Institutions' FROM ep_orgs;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.