query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
Calculate the average score per university under Alumni criteria in 2008.
|
under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))
|
in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name
|
Calculate the average score per university under Alumni criteria in 2008.
|
under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))
|
in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name;
|
Calculate the average score per university under Alumni criteria in 2008.
|
under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))
|
Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students
|
Calculate the average score per university under Alumni criteria in 2008.
|
under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))
|
Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012
|
Calculate the average score per university under Alumni criteria in 2008.
|
under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))
|
got a score above 80 refers to score > 80; under International criteria refers to criteria_name = 'International'; in 2016 refers to year = 2016; highest score refers to MAX(score)
|
Calculate the average score per university under Alumni criteria in 2008.
|
under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))
|
in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University';
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score)
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
student population refers to num_students; in 2013 refers to year = 2013
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
location refers to country_name
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name
|
What is the student staff ratio of Harvard University in 2012?
|
Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012
|
criteria "Total Shanghai" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
in 2015 refers to year = 2015; score less than 28% refers to score < MULTIPLY(avg(score), 0.28) where year = 2015; names of universities refers to university_name
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings';
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;
|
List the ranking criteria under the Shanghai Ranking system.
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); University of Wisconsin-Madison refers to university_name = 'University of Wisconsin-Madison'; in 2013 refers to year = 2013
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
number of students refers to num_students; in 2013 refers to year = 2013
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
location refers to country_name
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
criteria named Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'; ranking system refers to system_name;
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
Harvard University refers to university_name = 'Harvard University'; nation refers to country_name
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
had the lowest number of students refers to MIN(num_students)
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
located in Japan refers to country_name = 'Japan';
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
in 2011 refers to year = 2011; had the most students refers to MAX(num_students); name of university refers to university_name;
|
Calculate the average number of criterias among "Times Higher Education World University Ranking","Shanghai Ranking" and "Center for World University Rankings".
|
average number of criterias refers to DIVIDE(SUM(id), 3); "Times Higher Education World University Ranking", "Shanghai Ranking" and "Center for World University Rankings" refers to system_name IN ('Times Higher Education World University Ranking', 'Shanghai Ranking', 'Center for World University Rankings');
|
highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
"Center for World University Rankings" refers to system_name = 'Center for World University Rankings';
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
have no less than 20,000 female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100) > 20000; in 2016 refers to year = 2016; located in the United States of America refers to country_name = 'United States of America'
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
the Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
location refers to country_name
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching'
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
had the highest number of international students refers to max(pct_international_students); for 6 consecutive years refers to count(SUBTRACT(year, rm)) > = 6; name of university refers to university_name;
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013
|
Give the year where a university had the lowest number of students.
|
had the lowest number of students refers to MIN(num_students)
|
In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan';
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
"Center for World University Rankings" refers to system_name = 'Center for World University Rankings';
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on "Influence Rank" refers to criteria_name = 'Influence Rank';
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
criteria "Citations Rank" refers to criteria_name = 'Citations Rank';
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia';
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
Harvard University refers to university_name = 'Harvard University'; difference in overall student enrollment and international student refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(pct_international_students, num_students), 100))); from 2011 to 2012 refers to year BETWEEN 2011 AND 2012
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna';
|
What are the names of the criteria under Center for World University Rankings?
|
names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000;
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
student population refers to num_students; in 2013 refers to year = 2013
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
location refers to country_name
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
in 2011 refers to year 2011; the most international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_id
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); difference refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(num_students, pct_international_students), 100))); in University of Tokyo refers to university_name = 'University of Tokyo'; from 2011 to 2014 refers to year BETWEEN 2011 AND 2014
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
scored 70 and below refers to score < 70; in 2016 refers to year = 2016
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name;
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
Harvard university's refers to university_name = 'Harvard University'; in 2011 refers to year = 2011; percentage of Harvard university's international students refers to pct_international_students
|
Provide the name of the university with the highest number of male students.
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
scored under 60 refers to score < 60; in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; in the United States of America refers to country_name = 'United States of America';
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
located in Japan refers to country_name = 'Japan';
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
highest student staff ratio refers to max(student_staff_ratio)
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name;
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
have the most students refers to MAX(num_students)
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
Cyprus refers to country_name = 'Cyprus';
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
in 2011 refers to year 2011; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); in 2015 refers to year = 2015; name of university refers to university_name;
|
What is the student population of the university that scored 98 in 2013?
|
student population refers to num_students; in 2013 refers to year = 2013
|
greatest student staff ratio of all time refers to max(student_staff_ratio)
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
highest number of female students refers to MAX(SUBTRACT(num_students, DIVIDE(MULTIPLY(num_students, pct_female_students), 100))); name of university refers to university_name
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
have at least 80,000 students refers to num_students > 8000; year = 2011
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
number of students greater than 98% of the average student population of all universities refers to num_students > MULTPLY(num_students, 0.98); in 2013 refers to year = 2013
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
scored 70 and below refers to score < 70; in 2016 refers to year = 2016
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
Yale University refers to university_name = 'Yale University'; a score of no less than 10 refers to score > = 10; in the Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name;
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
in 2011 refers to year 2011; in teaching refers to criteria_name = 'Teaching'; score in teaching of over 90 refers to score > 90; in the United States of America refers to country_name = 'United States of America';
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
University of Tokyo refers to university_name = 'University of Tokyo';
|
What is the name of the university that has the lowest number of students of all time?
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
total number of female students refers to SUM(DIVIDE(MULTIPLY(pct_female_students, num_students), 100)); In years 2011 to 2013 refers to year BETWEEN 2011 AND 2013
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
had the highest reputation refers to MAX(score), in 2012 refers to year = 2012; which university refers to university_name;
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id))
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
in 2011 refers to year 2011; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
have at least 80,000 students refers to num_students > 8000; year = 2011
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
international students refers to DIVIDE(MULTIPLY(num_students, pct_international_students), 100); difference refers to SUBTRACT(SUM(num_students), SUM(DIVIDE(MULTIPLY(num_students, pct_international_students), 100))); in University of Tokyo refers to university_name = 'University of Tokyo'; from 2011 to 2014 refers to year BETWEEN 2011 AND 2014
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
the Center for World University Rankings refers to system_name = 'Center for World University Rankings';
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
has the lowest number of students refers to min(num_students); name of the university refers to university_name
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
In 2014 refers to year = 2014; leader refers to MAX(score); in the publications rank refers to criteria_name = 'Publications Rank'; name of university refers to university_name;
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
average score refers to avg(score); located in Brazil refers to country_name = 'Brazil';
|
How many institutions with over 50,000 students in 2011 had a percentage of oversea students of more than 10%?
|
institutions with over 50,000 students refers to num_students > 50000; in 2011 refers to year = 2011; percentage of oversea students of more than 10% refers to pct_international_students > 10;
|
located in Japan refers to country_name = 'Japan';
|
What is the university ID with the most students in 2011?
|
most students refers to MAX(num_students), in 2011 refers to year = 2011
|
scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching'
|
What is the university ID with the most students in 2011?
|
most students refers to MAX(num_students), in 2011 refers to year = 2011
|
student population refers to num_students; in 2013 refers to year = 2013
|
What is the university ID with the most students in 2011?
|
most students refers to MAX(num_students), in 2011 refers to year = 2011
|
University of Auckland refers to university_name = 'University of Auckland'; in 2015 refers to year = 2015; number of staff refers to DIVIDE(num_students, student_staff_ratio)
|
What is the university ID with the most students in 2011?
|
most students refers to MAX(num_students), in 2011 refers to year = 2011
|
Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.