This query is marked as a draft This query has been published by Tflanagan (WMF).

SQL

x
 
USE arwiki_p;
SELECT COUNT(student_id) AS 'Arabic Wikipedia Students' FROM ep_students;
USE arwiki_p;
SELECT COUNT(course_id) AS 'Arabic Wikipedia Courses' FROM ep_courses;
USE arwiki_p;
SELECT COUNT(org_id) AS 'Arabic Wikipedia Institutions' FROM ep_orgs;
USE arwiki_p;
SELECT COUNT(instructor_id) AS 'Arabic Wikipedia Instructors' FROM ep_instructors;
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.

Checking query status...