query
stringlengths 24
325
| positive
stringlengths 1
580
| negative_1
stringlengths 6
580
| negative_2
stringlengths 1
576
| negative_3
stringlengths 1
576
| negative_4
stringlengths 1
580
| negative_5
stringlengths 1
580
| negative_6
stringlengths 1
580
| negative_7
stringlengths 5
576
| negative_8
stringlengths 1
576
| negative_9
stringlengths 1
580
| negative_10
stringlengths 1
580
|
---|---|---|---|---|---|---|---|---|---|---|---|
How many universities are located in Japan? | located in Japan refers to country_name = 'Japan'; | 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; | 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) | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; | has the most universities refers to MAX(COUNT(id)); name of the country refers to country_name | had the lowest number of students refers to MIN(num_students) | female students refers to DIVIDE(MULTIPLY(num_students, pct_female_students), 100); in United States of America refers to country_name = 'United States of America'; percentage refers to DIVIDE(SUM(DIVIDE(MULTIPLY(num_students, pct_female_students), 100)), SUM(num_students)) | 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 | number of international students refers to DIVIDE(MULTIPLY(pct_international_students, num_students), 100); in 2013 refers to year = 2013 | criteria "Total Shanghai" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name | most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name; |
Indicate the university's name with the highest ranking score in Teaching. | university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching' | located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students | had the lowest number of students refers to MIN(num_students) | 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 | 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; | most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name; | has the lowest number of students refers to min(num_students); name of the university refers to university_name | criteria "Total Shanghai" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name | scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching' | University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name |
What is the ranking criteria ID of Brown University in 2014? | Brown University refers to university_name = 'Brown University'; in 2014 refers to year = 2014 | "Center for World University Rankings" refers to system_name = '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; | average score refers to avg(score); located in Brazil refers to country_name = 'Brazil'; | in Australia refers to country_name = 'Australia'; name of university refers to university_name | university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching' | have at least 80,000 students refers to num_students > 8000; year = 2011 | 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 the most students refers to MAX(num_students); name of university refers to university_name; | in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25; | student population refers to num_students; in 2013 refers to year = 2013 |
List the countries of universities that scored 70 and below in 2016. | scored 70 and below refers to score < 70; in 2016 refers to year = 2016 | University of Tokyo refers to university_name = 'University of Tokyo'; | in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name; | Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100 | 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' | of Harvard University refers to university_name = 'Harvard University'; | have the most students refers to MAX(num_students) | 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) | 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; | 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 | names of the criteria refers to criteria_name; under Center for World University Rankings refers to system_name = 'Center for World University Rankings'; |
Compute the average score of the university located in Brazil. | average score refers to avg(score); located in Brazil refers to country_name = 'Brazil'; | 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 | Harvard University refers to university_name = 'Harvard University'; nation refers to country_name | in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia'; | 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' | 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 | "Center for World University Rankings" refers to system_name = 'Center for World University Rankings'; | in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name; | in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id | had the lowest number of students refers to MIN(num_students) | with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name; |
Please list the IDs of the universities with a student staff ratio of over 15 in 2011. | in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id | criteria "Total Shanghai" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name | average score refers to avg(score); located in Brazil refers to country_name = 'Brazil'; | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; | lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name; | highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name; | scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching' | most students refers to MAX(num_students), in 2011 refers to year = 2011 | Brown University refers to university_name = 'Brown University'; in 2014 refers to year = 2014 | highest student staff ratio refers to max(student_staff_ratio) | 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 |
What is the difference in overall student enrollment and international student enrollment at the Harvard university from 2011 to 2012? | 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 | of Harvard University refers to university_name = 'Harvard University'; | most students refers to MAX(num_students), in 2011 refers to year = 2011 | scored 70 and below refers to score < 70; in 2016 refers to year = 2016 | have at least 80,000 students refers to num_students > 8000; year = 2011 | have the most students refers to MAX(num_students) | Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name | average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016; | in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan'; | 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; more than 100,000 students refers to num_students > 100000; which university refers to university_name; |
How many female students did Stanford University have in 2011? | in 2011 refers to year 2011; female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100); Stanford University refers to university_name = 'Stanford University'; | criteria "Citations Rank" refers to criteria_name = 'Citations Rank'; | Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100 | lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name; | Cyprus refers to country_name = 'Cyprus'; | number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name | Brown University refers to university_name = 'Brown University'; in 2014 refers to year = 2014 | had the highest reputation refers to MAX(score), in 2012 refers to year = 2012; which university refers to university_name; | in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan'; | have at least 80,000 students refers to num_students > 8000; year = 2011 | had the lowest number of students refers to MIN(num_students) |
How many times did the Yale University achieve a score of no less than 10 in the Quality of Education Rank? | 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' | have at least 80,000 students refers to num_students > 8000; year = 2011 | greatest student staff ratio of all time refers to max(student_staff_ratio) | 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 | average score refers to avg(score); located in Brazil refers to country_name = 'Brazil'; | 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; Harvard University refers to university_name = 'Harvard University'; | highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name; | located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students | with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name; | 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' |
Calculate the number of international students of University of Wisconsin-Madison in 2013. | 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 | 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) | 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' | ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings'; | University of Tokyo refers to university_name = 'University of Tokyo'; | 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'; | 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 | 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 refers to university_name = 'Harvard University'; nation refers to country_name | "Center for World University Rankings" refers to system_name = 'Center for World University Rankings'; | have no less than 50,000 students refers to num_students > 50000; name of university refers to university_name; |
In years 2011 to 2013, what is the total number of female students in university ID 40? | 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 | university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching' | number of international students refers to DIVIDE(MULTIPLY(pct_international_students, num_students), 100); in 2013 refers to year = 2013 | 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 | Cyprus refers to country_name = 'Cyprus'; | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the 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 | in Australia refers to country_name = 'Australia'; 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'; | the Center for World University Rankings refers to system_name = 'Center for World University Rankings'; | Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100 |
For Chosun University, what was its score on "Influence Rank" in 2015? | Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on "Influence Rank" refers to criteria_name = 'Influence Rank'; | average score refers to avg(score); located in Brazil refers to country_name = 'Brazil'; | in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000; | Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012 | 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 | 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 | 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) | had the lowest number of students refers to MIN(num_students) | 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 | 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 is the percentage of Harvard university's international students in 2011? | 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 | 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; | criteria "Total Shanghai" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name | Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name | the Center for World University Rankings refers to system_name = 'Center for World University Rankings'; | 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 | University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna'; | Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on "Influence Rank" refers to criteria_name = 'Influence Rank'; | in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia'; | student population refers to num_students; in 2013 refers to year = 2013 | scored 70 and below refers to score < 70; in 2016 refers to year = 2016 |
What is the student staff ratio at the university with the greatest student staff ratio of all time? | greatest student staff ratio of all time refers to max(student_staff_ratio) | have the most students refers to MAX(num_students) | Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100 | 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' | located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students | highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_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 | "Center for World University Rankings" refers to system_name = 'Center for World University Rankings'; | average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016; | in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25; | Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012 |
How many universities have at least 80,000 students in the year 2011? | have at least 80,000 students refers to num_students > 8000; year = 2011 | Harvard University refers to university_name = 'Harvard University'; nation refers to country_name | University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name | with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_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) | 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 | 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'); | lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name; | number of international students refers to DIVIDE(MULTIPLY(pct_international_students, num_students), 100); in 2013 refers to year = 2013 | most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name; | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name |
How many students did Harvard University have in 2011? | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; | in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia'; | had the lowest number of students refers to MIN(num_students) | 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; | 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; | in 2011 refers to year 2011; the most students refers to MAX(num_students); which 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 | most students refers to MAX(num_students), in 2011 refers to year = 2011 | average score refers to avg(score); located in Brazil refers to country_name = 'Brazil'; | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name | in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id |
Among the universities in Australia, how many of them have more than 15000 students in 2011? | in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia'; | located in Sweden refers to country_name = 'Sweden'; number of students refers to 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; | in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name; | had the highest reputation refers to MAX(score), in 2012 refers to year = 2012; which university refers to university_name; | in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000; | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name | 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' | ranking system called Center for World University Ranking refers to system_name = 'Center for World University Rankings'; | In Argentina refers to country_name = 'Argentina'; | Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name |
Among the universities with over 20000 students in 2011, how many of them have an international students percentage of over 25% in the same year? | in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25; | greatest student staff ratio of all time refers to max(student_staff_ratio) | in 2011 refers to year 2011; less than 50 scores refers to score < 50; | highest student staff ratio refers to max(student_staff_ratio) | University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name | 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; | University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna'; | scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching' | highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name; | number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name | location refers to country_name |
What is the ID of university with the largest percentage of international students? | largest percentage of international students refers to MAX(pct_international_students); ID of university refers to 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 | 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) | in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia'; | the Center for World University Rankings refers to system_name = 'Center for World University Rankings'; | in 2011 refers to year 2011; less than 50 scores refers to score < 50; | most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of university refers to university_name; | highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name; | number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name | in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id | 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 with the highest score in teaching in the year 2011? | with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name; | in 2011 refers to year 2011; had over 30000 students refers to num_students > 30000; | Cyprus refers to country_name = 'Cyprus'; | has the most universities refers to MAX(COUNT(id)); name of the country refers to country_name | highest number of international students refers to MAX(DIVIDE(MULTIPLY(num_students, pct_international_students), 100)); name of university refers to university_name; | University of Tokyo refers to university_name = 'University of Tokyo'; | University of Southampton refers to university_name = 'University of Southampton'; in 2015 refers to year = 2015; score the best refers to MAX(score); which criteria refers to criteria_name | university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching' | 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 | 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 |
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)) | average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016; | 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'; | 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 | greatest student staff ratio of all time refers to max(student_staff_ratio) | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name | in 2011 refers to year 2011; the most students refers to MAX(num_students); which 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 | 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 | 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) | 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) | has the lowest number of students refers to min(num_students); name of the university refers to university_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) | 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 | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name | Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name | student population refers to num_students; in 2013 refers to year = 2013 | location refers to country_name | Johns Hopkins University refers to university_name = 'Johns Hopkins University'; which country refers to country_name | 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 | had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013 | 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'; | 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) | 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 | most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of 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' | ranking system called Center for World University Ranking refers to system_name = '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; | 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) | number of students refers to num_students; in 2013 refers to year = 2013 | location refers to country_name | criteria named Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'; ranking system refers to system_name; | Harvard University refers to university_name = 'Harvard University'; nation refers to country_name | 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' | located in Japan refers to country_name = 'Japan'; | in 2011 refers to year = 2011; had the most students refers to MAX(num_students); 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; |
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'; | 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' | the Center for World University Rankings refers to system_name = 'Center for World University Rankings'; | 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'; | location refers to country_name | university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching' | Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_name | 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; | 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 | 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'; | "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; | had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013 | Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on "Influence Rank" refers to criteria_name = 'Influence Rank'; | criteria "Citations Rank" refers to criteria_name = 'Citations Rank'; | in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia'; | 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 | University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna'; | 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; | student population refers to num_students; in 2013 refers to year = 2013 | location refers to country_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 | most number of students refers to MAX(num_students); in 2015 refers to year = 2015; 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 | scored 70 and below refers to score < 70; in 2016 refers to year = 2016 | lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; 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 | 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'; |
Give the id of "Center for World University Rankings". | "Center for World University Rankings" refers to system_name = 'Center for World University Rankings'; | 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'; | University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna'; | scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching' | Chosun University refers to university_name = 'Chosun University'; in 2015 refers to year = 2015; on "Influence Rank" refers to criteria_name = 'Influence Rank'; | under Alumni criteria refers to criteria_name = 'Alumni'; in 2008 refers to year = 2008; average score refers to DIVIDE(SUM(score), COUNT(university_id)) | 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' | in 2011 refers to year 2011; student staff ratio of over 15 refers to student_staff_ratio > 15; ID of the university refers to university_id | 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 | 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'; | 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 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'; | highest student staff ratio refers to max(student_staff_ratio) | 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)); name of university refers to university_name; | have the most students refers to MAX(num_students) | average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015 | Cyprus refers to country_name = 'Cyprus'; | 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 | 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; | 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 | have at least 80,000 students refers to num_students > 8000; year = 2011 | 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 | had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013 | scored 70 and below refers to score < 70; in 2016 refers to year = 2016 | 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' | most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of 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'; | University of Tokyo refers to university_name = 'University of Tokyo'; | 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; | 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; that got 98 refers to score = 98; in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name | have at least 80,000 students refers to num_students > 8000; year = 2011 | 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 | the Center for World University Rankings refers to system_name = 'Center for World University Rankings'; | has the lowest number of students refers to min(num_students); name of the university refers to university_name | 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; | average score refers to avg(score); located in Brazil refers to country_name = 'Brazil'; | 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' | student population refers to num_students; in 2013 refers to year = 2013 | 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) | Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score) | in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name; | located in Japan refers to country_name = 'Japan'; | located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students | Shanghai Ranking system refers to system_name = 'Shanghai Ranking'; ranking criteria refers to criteria_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 | 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; |
Which country is University of Veterinary Medicine Vienna located in? Give its country id. | University of Veterinary Medicine Vienna refers to university_name = 'University of Veterinary Medicine Vienna'; | 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'; | the Center for World University Rankings refers to system_name = 'Center for World University Rankings'; | female students refers to DIVIDE(MULTIPLY(num_students, pct_female_students), 100); in United States of America refers to country_name = 'United States of America'; percentage refers to DIVIDE(SUM(DIVIDE(MULTIPLY(num_students, pct_female_students), 100)), SUM(num_students)) | 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 | criteria "Total Shanghai" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name | located in Sweden refers to country_name = 'Sweden'; number of students refers to num_students | in 2011 refers to year 2011; less than 50 scores refers to score < 50; | scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching' | has the lowest number of students refers to min(num_students); name of the university refers to university_name |
Give the criteria name where Harvard University scored 100. | Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100 | highest student staff ratio refers to max(student_staff_ratio) | had above 30% of international students refers to pct_international_students > 30; in 2013 refers to year = 2013 | 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 | number of students refers to num_students; in 2013 refers to year = 2013 | in Argentina refers to country_name = 'Argentina'; most famous refers to MAX(SUM(score)) | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name | in 2011 refers to year 2011; female students refers to DIVIDE(MULTIPLY(pct_female_students, num_students), 100); Stanford University refers to university_name = 'Stanford University'; | 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 | 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' |
In which nation is Harvard University located? | Harvard University refers to university_name = 'Harvard University'; nation refers to country_name | in 2011 refers to year 2011; less than 50 scores refers to score < 50; | "Center for World University Rankings" refers to system_name = 'Center for World University Rankings'; | in Argentina refers to country_name = 'Argentina'; most famous refers to MAX(SUM(score)) | average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016; | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; | location refers to country_name | scored 70 and below refers to score < 70; in 2016 refers to year = 2016 | female students refers to DIVIDE(MULTIPLY(num_students, pct_female_students), 100); in United States of America refers to country_name = 'United States of America'; percentage refers to DIVIDE(SUM(DIVIDE(MULTIPLY(num_students, pct_female_students), 100)), SUM(num_students)) | 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; | criteria "Total Shanghai" refers to criteria_name = 'Total Shanghai'; which ranking system refers to system_name |
Provide the ranking system ID of the Center for World University Rankings. | the Center for World University Rankings refers to system_name = 'Center for World University Rankings'; | number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name | greatest student staff ratio of all time refers to max(student_staff_ratio) | 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 | 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; | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name | lowest number of students refers to MIN(num_students); in 2015 refers to year = 2015; name of university refers to university_name; | with the highest score refers to MAX(score); in teaching refers to criteria_name = 'Teaching'; name of university refers to university_name; | scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching' | 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'; | 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 ranking system of the ranking criteria named Quality of Education Rank. | criteria named Quality of Education Rank refers to criteria_name = 'Quality of Education Rank'; ranking system refers to system_name; | average score refers to avg(score); Emory University refers to university_name = 'Emory University'; from 2011 to 2016 refers to year BETWEEN 2011 AND 2016; | most international students refers to MAX(SUM(DIVIDE(MULTIPLE(pct_international_students, num_students), 100))); name of university refers to university_name; | largest percentage of international students refers to MAX(pct_international_students); ID of university refers to university_id | in 2011 refers to year 2011; more than 100,000 students refers to num_students > 100000; which university refers to university_name; | greatest student staff ratio of all time refers to max(student_staff_ratio) | 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 | 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; | 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 Argentina refers to country_name = 'Argentina'; most famous refers to MAX(SUM(score)) | 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'); |
Provide the country name of universities with the number of students greater than 98% of the average student population of all universities in 2013. | 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 | average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015 | 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' | in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan'; | had the lowest number of students refers to MIN(num_students) | Harvard University refers to university_name = 'Harvard University'; scored 100 refers to score = 100 | 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 | greatest student staff ratio of all time refers to max(student_staff_ratio) | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; names of all the ranking criteria refers to criteria_name | of Harvard University refers to university_name = 'Harvard University'; |
How many students were there in University of Michigan in 2011? | in 2011 refers to year 2011; in University of Michigan refers to university_name = 'University of Michigan'; | in Australia refers to country_name = 'Australia'; name of 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' | in 2011 refers to year 2011; with over 20000 students refers to num_students > 20000; international students percentage of over 25% refers to pct_international_students > 25; | Harvard University refers to university_name = 'Harvard University'; in 2012 refers to year = 2012 | number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name | location refers to country_name | 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 | 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 | 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; | 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 names of universities with a score less than 28% of the average score of all universities in 2015. | 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 | 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; | Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score) | scored 40 refers to score = 40; in teaching refers to criteria_name = 'Teaching' | 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' | most number of students refers to MAX(num_students); in 2015 refers to year = 2015; name of 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 | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; | 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; | in 2011 refers to year 2011; have more than 15000 students refers to num_students > 15000; in Australia refers to country_name = 'Australia'; | average score refers to avg(score); between year 2013 to 2015 refers to year BETWEEN 2013 AND 2015 |
Which university had the most students in 2011? Show its name. | in 2011 refers to year 2011; the most students refers to MAX(num_students); which university refers to university_name; | 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 | 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 | 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) | number of students ranges from 400 to 1000 refers to num_students BETWEEN 400 AND 1000; name of university refers to university_name | Brown University refers to university_name = 'Brown University'; score the highest refers to MAX(score) | has the most universities refers to MAX(COUNT(id)); name of the country refers to country_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 | in 2011 refers to year 2011; Harvard University refers to university_name = 'Harvard University'; | located in Japan refers to country_name = 'Japan'; | university's name refers to university_name; highest ranking score refers to MAX(score); in Teaching refers to criteria_name = 'Teaching' |
How many games were released in the year 2001? | released in the year 2001 refers to release_year = 2001; | number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe' | total sales in all regions = MULTIPLY(SUM(num_sales), 100000); | number of sales refers to multiply(num_sales, 100000) | genre of the game refers to genre_name; game ID 119 refers to game.id = 119; | name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC'; | when refers to release_year; the "Adventure Island" game refers to game_name = 'Adventure Island' | name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle' | sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation')) | reached 300000 sales and above refers to num_sales > 3 | platform refers to platform_name; |
List the games from the publisher "Activision". | games refers to game_name; "Activision" refers to publisher_name = 'Activision'; | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | genre refers to genre_name; "Grand Theft Auto V" refers to game_name = 'Grand Theft Auto V'; | which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3'; | game refers to game_name; the longest name refers to max(length(game_name)) | name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!'; | average number = divide(count(game_id), count(publisher_id)) | id of game refers to game.id; "Resident Evil Archives: Resident Evil" refers to game_name = 'Resident Evil Archives: Resident Evil' | name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD'; | publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword' |
List all the platform games. | platform game refers to genre_name = 'Platform'; game refers to game_name | name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006; | id of game platform refers to game_platform_id; the most sales refers to max(num_sales); in Japan refers to region_name = 'Japan' | sales = SUM(num_sales); Japan region refers to region_name = 'Japan'; | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | games refers to game_name; "Activision" refers to publisher_name = 'Activision'; | game "ModNation Racers" refers to game_name = 'ModNation Racers' | PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004; | name of games refers to game_name; racing genre refers to genre_name = 'Racing'; | genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa'; | name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD'; |
Give the game publisher ID of records with platform ID 15. | platform ID 15 refers to platform_id = 15 | platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ; | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation')) | released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000; | name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios' | which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3'; | puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3 | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006; | on the Wii platform refers to platform_name = 'Wii' |
How many role-playing games are there? | role-playing game refers to genre_name = 'Role-Playing' | publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1; | Activision refers to publisher_name = 'Activision'; | the first year refers to min(release_year) | name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC'; | more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan'; | year the first game was released refers to MIN(release_year); | platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ; | genre refers to genre_name; 3D Lemmings refers to game_name = '3D Lemmings' | game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan' | not of the genres 'Role-Playing', 'Shooter' and 'Simulation' refers to genre_name NOT IN ('Role-Playing', 'Shooter', 'Simulation'); |
Calculate the total sales in all regions with game platform ID 66. | total sales in all regions = MULTIPLY(SUM(num_sales), 100000); | the genre of sports refers to genre_name = 'Sports' | how much are the sales = SUM(num_sales); | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' | percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport'; | released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000; | published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle' | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | platform of the game refers to platform_name; "Final Fantasy XIII-2" refers to game_name = 'Final Fantasy XIII-2'; | strategy games refers to game_name WHERE genre_name = 'Strategy'; | in Japan refers to region_name = 'Japan'; on X360 refers to platform_name = 'X360'; in 2011 refers to release_year = 2011 |
What is the average number of games published by a publisher? | average number = divide(count(game_id), count(publisher_id)) | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' | game ID refers to game.id; genre ID 2 refers to genre_id = 2 | sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation')) | year the first game was released refers to MIN(release_year); | name of games refers to game_name; racing genre refers to genre_name = 'Racing'; | id of game refers to game.id; "Resident Evil Archives: Resident Evil" refers to game_name = 'Resident Evil Archives: Resident Evil' | the genre of sports refers to genre_name = 'Sports' | name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75 | genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors'; | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 |
What percentage of games are sports? | percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport'; | names of games refers to game_name; released in 2015 refers to release_year = 2015; | games refers to game_name; "Activision" refers to publisher_name = 'Activision'; | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 | id of game refers to game.id; "Resident Evil Archives: Resident Evil" refers to game_name = 'Resident Evil Archives: Resident Evil' | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | number of games refers to count(game_id) | Abylight refers to publisher_name = 'Abylight'; | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | publisher refers to publisher_name; the most games refers to max(count(publisher_id)) |
Please list the names of the publishers of all the puzzle games. | name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle' | on the Wii platform refers to platform_name = 'Wii' | genre of the game refers to genre_name; game ID 119 refers to game.id = 119; | which region refers to region_name; lowest number of sales refers to MIN(num_sales); | which publisher refers to publisher_name; Overwatch refers to game_name = 'Overwatch'; | strategy games refers to game_name WHERE genre_name = 'Strategy'; | platform game refers to genre_name = 'Platform'; game refers to game_name | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007; | total number of games sold = MULTIPLY(SUM(num_sales), 100000); | when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection' |
In what platform does the game ID 178 available? | platform refers to platform_name; | record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003 | difference = SUBTRACT(SUM(num_sales WHERE release_year = 2000), SUM(num_sales WHERE release_year = 1990)); | name of game refers to game_name; published by 3DO refers to publisher_name = '3DO' | total number of games sold = MULTIPLY(SUM(num_sales), 100000); | id of game refers to game.id; "Resident Evil Archives: Resident Evil" refers to game_name = 'Resident Evil Archives: Resident Evil' | genre refers to genre_name; 'Airlock', 'Airline Tycoon' , and 'Airblade' refers to game_name IN ('Airlock', 'Airline Tycoon', 'Airblade'); | published by Ascaron Entertainment GmbH refers to publisher_name = 'Ascaron Entertainment GmbH' | name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!'; | platform game refers to genre_name = 'Platform'; game refers to game_name | in 2004 refers to release_year = 2004; on PSP refers to platform_name = 'PSP'; percentage = divide(sum(platform_id where platform_name = 'PSP'), count(platform_id)) * 100% where release_year = 2004 |
Calculate how many percent of sales in North America is higher than the average sale per region for platform ID 9577. | in North America refers to region_name = 'North America'; platform ID 9577 refers to game_platform_id = 9577; percent = divide(subtract(num_sales where region_name = 'North America' and game_platform_id = 9577, avg(num_sales)), avg(num_sales)) * 100% | platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ; | year refers to release_year; "WiiU" refers to platform_name = 'WiiU' | game refers to game_name; on the SCD platform refers to platform_name = 'SCD' | on the Wii platform refers to platform_name = 'Wii' | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007; | genre of the game refers to genre_name; game ID 119 refers to game.id = 119; | genre refers to genre_name; "Grand Theft Auto V" refers to game_name = 'Grand Theft Auto V'; | puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3 | total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe'; |
What year were the first game released? | year the first game was released refers to MIN(release_year); | name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios' | released in 2007 refers to release_year = 2007; | published by Namco Bandai Games refers to publisher_name = 'Namco Bandai Games'; adventure game refers to genre_name = 'Adventure'; percentage = divide(sum(game_id where genre_name = 'Adventure'), count(game_id)) * 100% where publisher_name = 'Namco Bandai Games' | released in the year 2001 refers to release_year = 2001; | Activision refers to publisher_name = 'Activision'; | published by Ascaron Entertainment GmbH refers to publisher_name = 'Ascaron Entertainment GmbH' | do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe' | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' |
Which game platform is the most popular in Europe? | game platform refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 | game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan' | region id refers to region.id; Japan refers to region_name = 'Japan' | Pro Evolution Soccer 2012 refers to game_name = 'Pro Evolution Soccer 2012' | record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003 | genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa'; | genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors'; | name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006; | more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan'; | year that has the most number of video game releases refers to MAX(COUNT(release_year)); |
Provide the ID of the most popular platform in Europe. | ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection' | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | reached 300000 sales and above refers to num_sales > 3 | name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios' | game refers to game_name; on the SCD platform refers to platform_name = 'SCD' | FIFA games refers to game_name LIKE '%FIFA%'; | game refers to game_name; the longest name refers to max(length(game_name)) | year the first game was released refers to MIN(release_year); | game ID refers to game.id; genre ID 2 refers to genre_id = 2 | name of the games refers to game_name; released in the year 2010 refers to release_year = 2010; |
For all the games which were published by Namco Bandai Games, what percentage of them were adventure games? | published by Namco Bandai Games refers to publisher_name = 'Namco Bandai Games'; adventure game refers to genre_name = 'Adventure'; percentage = divide(sum(game_id where genre_name = 'Adventure'), count(game_id)) * 100% where publisher_name = 'Namco Bandai Games' | game refers to game_name; on the SCD platform refers to platform_name = 'SCD' | region id refers to region.id; Japan refers to region_name = 'Japan' | average number = divide(count(game_id), count(publisher_id)) | year refers to release_year; "WiiU" refers to platform_name = 'WiiU' | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle'; | strategy games refers to game_name WHERE genre_name = 'Strategy'; | platform of the game refers to platform_name; "Final Fantasy XIII-2" refers to game_name = 'Final Fantasy XIII-2'; | name of games refers to game_name; adventure games refers to game_name WHERE genre_name = 'Adventure'; | platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ; |
What are the sales made by the games in Japan region? | sales = SUM(num_sales); Japan region refers to region_name = 'Japan'; | role-playing game refers to genre_name = 'Role-Playing'; Microsoft Game Studios refers to publisher_name = 'Microsoft Game Studios' | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' | the earliest refers to min(release_year); name of platform refers to platform_name | which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle'; | publisher refers to publisher_name; the most games refers to max(count(game_id)) | genre refers to genre_name; 3D Lemmings refers to game_name = '3D Lemmings' | game ID refers to game.id; released in 2017 refers to release_year = 2017 | released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000; | percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport'; | platform ID 15 refers to platform_id = 15 |
What genre is the game 2010 FIFA World Cup South Africa? | genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa'; | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3'; | name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75 | publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword' | game platform refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | when refers to release_year; the "Adventure Island" game refers to game_name = 'Adventure Island' | game refers to game_name; on the SCD platform refers to platform_name = 'SCD' | Pro Evolution Soccer 2012 refers to game_name = 'Pro Evolution Soccer 2012' | ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ; |
In which year was Panzer Tactics released on DS? | year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS' | published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle' | FIFA games refers to game_name LIKE '%FIFA%'; | BMG Interactive Entertainment refers to publisher_name = 'BMG Interactive Entertainment'; release in 2012 refers to release_year = 2012; | name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007; | name of the games refers to game_name; released in the year 2010 refers to release_year = 2010; | genre refers to genre_name; 'Airlock', 'Airline Tycoon' , and 'Airblade' refers to game_name IN ('Airlock', 'Airline Tycoon', 'Airblade'); | which region refers to region_name; lowest number of sales refers to MIN(num_sales); | total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe'; | game refers to game_name; on the SCD platform refers to platform_name = 'SCD' | genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors'; |
What is the genre of the game "Grand Theft Auto V"? | genre refers to genre_name; "Grand Theft Auto V" refers to game_name = 'Grand Theft Auto V'; | how much are the sales = SUM(num_sales); | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75 | number of games refers to count(game_id) | publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1; | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004; | game ID refers to game.id; released in 2017 refers to release_year = 2017 | more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan'; | when the game was released refers to release_year; |
What is the total number of games sold in region ID 1? | total number of games sold = MULTIPLY(SUM(num_sales), 100000); | number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe' | when refers to release_year; the "Adventure Island" game refers to game_name = 'Adventure Island' | which region refers to region_name; lowest number of sales refers to MIN(num_sales); | the earliest refers to min(release_year); name of platform refers to platform_name | released in 2007 refers to release_year = 2007; | ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | released in the year 2001 refers to release_year = 2001; | strategy games refers to game_name WHERE genre_name = 'Strategy'; | id of game platform refers to game_platform_id; the most sales refers to max(num_sales); in Japan refers to region_name = 'Japan' | publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1; |
What is the genre of 3D Lemmings? | genre refers to genre_name; 3D Lemmings refers to game_name = '3D Lemmings' | sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation')) | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC'; | percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport'; | genre refers to genre_name; "Grand Theft Auto V" refers to game_name = 'Grand Theft Auto V'; | name of games refers to game_name; adventure games refers to game_name WHERE genre_name = 'Adventure'; | game ID refers to game.id; released in 2017 refers to release_year = 2017 | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | in Japan refers to region_name = 'Japan'; on X360 refers to platform_name = 'X360'; in 2011 refers to release_year = 2011 | platform of the game refers to platform_name; "Final Fantasy XIII-2" refers to game_name = 'Final Fantasy XIII-2'; |
Show the name of the earliest platform in the database. | the earliest refers to min(release_year); name of platform refers to platform_name | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe'; | on the Wii platform refers to platform_name = 'Wii' | which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle'; | do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe' | name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC'; | platform game refers to genre_name = 'Platform'; game refers to game_name | name of the games refers to game_name; released in the year 2010 refers to release_year = 2010; |
When was the "Adventure Island" game released? | when refers to release_year; the "Adventure Island" game refers to game_name = 'Adventure Island' | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment' | genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa'; | role-playing game refers to genre_name = 'Role-Playing' | name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle' | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America' | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 | released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000; | name of the games refers to game_name; released in the year 2010 refers to release_year = 2010; |
Which publisher has published the most games in the 'Puzzle' genre? | which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle'; | released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000; | reached 300000 sales and above refers to num_sales > 3 | year the first game was released refers to MIN(release_year); | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | game refers to game_name; on the SCD platform refers to platform_name = 'SCD' | PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004; | Europe refers to region_name = 'Europe'; sales lesser than 30% of the average number of sales refers to SUM(num_sales) < MULTIPLY(AVG(num_sales), 0.3); | name of game refers to game_name; published by 3DO refers to publisher_name = '3DO' | genre of the game refers to genre_name; game ID 119 refers to game.id = 119; | name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007; |
How many games were sold on the DS platform on average in the 4 different regions? | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | game refers to game_name; the longest name refers to max(length(game_name)) | total sales in all regions = MULTIPLY(SUM(num_sales), 100000); | FIFA games refers to game_name LIKE '%FIFA%'; | the genre of sports refers to genre_name = 'Sports' | released in the year 2001 refers to release_year = 2001; | platform of the game refers to platform_name; "Final Fantasy XIII-2" refers to game_name = 'Final Fantasy XIII-2'; | Europe refers to region_name = 'Europe'; sales lesser than 30% of the average number of sales refers to SUM(num_sales) < MULTIPLY(AVG(num_sales), 0.3); | record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003 | BMG Interactive Entertainment refers to publisher_name = 'BMG Interactive Entertainment'; release in 2012 refers to release_year = 2012; | region id refers to region.id; Japan refers to region_name = 'Japan' |
Among the games released in 2004, what is the percentage of games on PSP? | in 2004 refers to release_year = 2004; on PSP refers to platform_name = 'PSP'; percentage = divide(sum(platform_id where platform_name = 'PSP'), count(platform_id)) * 100% where release_year = 2004 | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | publisher refers to publisher_name; the most games refers to max(count(publisher_id)) | Pro Evolution Soccer 2012 refers to game_name = 'Pro Evolution Soccer 2012' | how much are the sales = SUM(num_sales); | the earliest refers to min(release_year); name of platform refers to platform_name | games refers to game_name; "Activision" refers to publisher_name = 'Activision'; | average number = divide(count(game_id), count(publisher_id)) | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS' | platform refers to platform_name; |
Calculate the number of games in the fighting genre. | fighting genre refers to genre_name = 'Fighting'; | genre refers to genre_name; 2010 FIFA World Cup South Africa refers to game_name = '2010 FIFA World Cup South Africa'; | average = AVG(MULTIPLY(num_sales, 100000)); | publisher refers to publisher_name; the most games refers to max(count(game_id)) | do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe' | adventure games refers to game_name WHERE genre_name = 'Adventure'; released in 2005 refers to release_year = 2005; | name of games refers to game_name; racing genre refers to genre_name = 'Racing'; | total sales in all regions = MULTIPLY(SUM(num_sales), 100000); | genre ID 3 refers to genre.id = 3 | total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe'; | what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme'; |
What is the release year of the game that gained 350000 sales in North America? | gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America' | platform ID 15 refers to platform_id = 15 | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; | genre ID 3 refers to genre.id = 3 | publisher refers to publisher_name; the most games refers to max(count(game_id)) | Activision refers to publisher_name = 'Activision'; | number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe' | genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors'; | name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD'; | released in the year 2001 refers to release_year = 2001; | role-playing game refers to genre_name = 'Role-Playing'; Microsoft Game Studios refers to publisher_name = 'Microsoft Game Studios' |
How many games can be played on the Wii platform? | on the Wii platform refers to platform_name = 'Wii' | role-playing game refers to genre_name = 'Role-Playing' | average = AVG(MULTIPLY(num_sales, 100000)); | platform game refers to genre_name = 'Platform'; game refers to game_name | puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3 | the genre of sports refers to genre_name = 'Sports' | the earliest refers to min(release_year); name of platform refers to platform_name | year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS' | name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC'; | id of game platform refers to game_platform_id; the most sales refers to max(num_sales); in Japan refers to region_name = 'Japan' | Activision refers to publisher_name = 'Activision'; |
When was the game ID 156 released? | when the game was released refers to release_year; | total number of games sold = MULTIPLY(SUM(num_sales), 100000); | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 | name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC'; | Activision refers to publisher_name = 'Activision'; | role-playing game refers to genre_name = 'Role-Playing'; Microsoft Game Studios refers to publisher_name = 'Microsoft Game Studios' | year that has the most number of video game releases refers to MAX(COUNT(release_year)); | name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!'; | number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe' | gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America' | on the Wii platform refers to platform_name = 'Wii' |
How many publishers published the Minecraft game? | Minecraft refers to game_name = 'Minecraft'; | games refers to game_name; "Activision" refers to publisher_name = 'Activision'; | game refers to game_name; released in 2011 refers to release_year = 2011 | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | year the first game was released refers to MIN(release_year); | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors'; | sales = SUM(num_sales); Japan region refers to region_name = 'Japan'; | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' | published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment' | FIFA games refers to game_name LIKE '%FIFA%'; |
State the publisher name of the game "ModNation Racers". | game "ModNation Racers" refers to game_name = 'ModNation Racers' | published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle' | game refers to game_name; the longest name refers to max(length(game_name)) | which region refers to region_name; lowest number of sales refers to MIN(num_sales); | difference = SUBTRACT(SUM(num_sales WHERE region_id = 2), SUM(num_sales WHERE region_id = 3)); | published by Namco Bandai Games refers to publisher_name = 'Namco Bandai Games'; adventure game refers to genre_name = 'Adventure'; percentage = divide(sum(game_id where genre_name = 'Adventure'), count(game_id)) * 100% where publisher_name = 'Namco Bandai Games' | released in the year 2001 refers to release_year = 2001; | more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan'; | on the Wii platform refers to platform_name = 'Wii' | adventure games refers to game_name WHERE genre_name = 'Adventure'; released in 2005 refers to release_year = 2005; | id of game platform refers to game_platform_id; the most sales refers to max(num_sales); in Japan refers to region_name = 'Japan' |
Which region has the highest number of games sold on all platforms? | which region refers to region_name; highest number of games sold on all platforms refers to MAX(SUM(num_sales)); | average = AVG(MULTIPLY(num_sales, 100000)); | number of games refers to count(game_id) | platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ; | percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport'; | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | released in 2001 refers to release_year = 2001 | what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme'; | publisher refers to publisher_name; the most games refers to max(count(game_id)) | number of sales refers to multiply(num_sales, 100000) | genre of the game refers to genre_name; game ID 119 refers to game.id = 119; |
What is the number of sales in region ID 2 with game platform ID 9615? | number of sales refers to multiply(num_sales, 100000) | total number of games sold = MULTIPLY(SUM(num_sales), 100000); | Minecraft refers to game_name = 'Minecraft'; | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | in 2004 refers to release_year = 2004; on PSP refers to platform_name = 'PSP'; percentage = divide(sum(platform_id where platform_name = 'PSP'), count(platform_id)) * 100% where release_year = 2004 | which region refers to region_name; highest number of games sold on all platforms refers to MAX(SUM(num_sales)); | how much are the sales = SUM(num_sales); | when the game was released refers to release_year; | X360 refers to platform_name = 'X360'; | name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007; | when refers to release_year; the "Adventure Island" game refers to game_name = 'Adventure Island' |
In which region where a game had the lowest number of sales? | which region refers to region_name; lowest number of sales refers to MIN(num_sales); | published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle' | name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006; | which publisher refers to publisher_name; publisher that has published the most number of Action games refers to MAX(COUNT(publisher_name)) WHERE genre_name = 'Action'; Action games refers to game_name WHERE genre_name = 'Action'; | publishers that have Interactive in their names refers to publisher_name LIKE '%Interactive%'; | puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3 | FIFA games refers to game_name LIKE '%FIFA%'; | name of game refers to game_name; published by 3DO refers to publisher_name = '3DO' | publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword' | game refers to game_name; released in 2011 refers to release_year = 2011 | games refers to game_name; "Activision" refers to publisher_name = 'Activision'; |
What is the genre of the game ID 119? | genre of the game refers to genre_name; game ID 119 refers to game.id = 119; | released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000; | which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3'; | record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003 | year that has the most number of video game releases refers to MAX(COUNT(release_year)); | average number = divide(count(game_id), count(publisher_id)) | do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe' | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' | sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation')) | id of game refers to game.id; "Resident Evil Archives: Resident Evil" refers to game_name = 'Resident Evil Archives: Resident Evil' | platform refers to platform_name; |
Name the game released in 2011. | game refers to game_name; released in 2011 refers to release_year = 2011 | game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan' | total sales in all regions = MULTIPLY(SUM(num_sales), 100000); | released in 2007 refers to release_year = 2007; | name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007; | publisher refers to publisher_name; publisher who has published the most games of all time refers to MAX(COUNT(publisher_name)); | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | when refers to release_year; the "Adventure Island" game refers to game_name = 'Adventure Island' | number of sales refers to multiply(num_sales, 100000) | adventure games refers to game_name WHERE genre_name = 'Adventure'; released in 2005 refers to release_year = 2005; | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' |
What are the three largest numbers of games sold? | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | platform refers to platform_name; | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 | genre refers to genre_name; "Grand Theft Auto V" refers to game_name = 'Grand Theft Auto V'; | how much are the sales = SUM(num_sales); | name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios' | do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe' | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; | adventure games refers to game_name WHERE genre_name = 'Adventure'; released in 2005 refers to release_year = 2005; | name of game refers to game_name; published by 3DO refers to publisher_name = '3DO' | name of games refers to game_name; racing genre refers to genre_name = 'Racing'; |
List the game IDs that were released in 2017. | game ID refers to game.id; released in 2017 refers to release_year = 2017 | do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe' | publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1; | the earliest refers to min(release_year); name of platform refers to platform_name | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword' | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | in 2004 refers to release_year = 2004; on PSP refers to platform_name = 'PSP'; percentage = divide(sum(platform_id where platform_name = 'PSP'), count(platform_id)) * 100% where release_year = 2004 | when the game was released refers to release_year; | name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75 |
What is the number of games sold in Europe for game platform ID 26? | total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe'; | Europe refers to region_name = 'Europe'; sales lesser than 30% of the average number of sales refers to SUM(num_sales) < MULTIPLY(AVG(num_sales), 0.3); | strategy games refers to game_name WHERE genre_name = 'Strategy'; | the earliest refers to min(release_year); name of platform refers to platform_name | number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe' | publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1; | PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004; | name of game refers to game_name; published by 3DO refers to publisher_name = '3DO' | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | difference = SUBTRACT(SUM(num_sales WHERE release_year = 2000), SUM(num_sales WHERE release_year = 1990)); | difference = SUBTRACT(SUM(num_sales WHERE region_id = 2), SUM(num_sales WHERE region_id = 3)); |
How many games were sold on PS3 platform in Japan? | how many games = MULTIPLY(SUM(num_sales), 100000); PS3 refers to platform_name = 'PS3'; Japan refers to region_name = 'Japan'; | role-playing game refers to genre_name = 'Role-Playing' | number of games refers to count(game_id) | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; | total sales in all regions = MULTIPLY(SUM(num_sales), 100000); | ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan' | publishers that have Interactive in their names refers to publisher_name LIKE '%Interactive%'; | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | strategy games refers to game_name WHERE genre_name = 'Strategy'; | game refers to game_name; on the SCD platform refers to platform_name = 'SCD' |
Which publisher published the most games? | publisher refers to publisher_name; the most games refers to max(count(publisher_id)) | publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword' | name of game refers to game_name; 505 Games refers to publisher_name = '505 Games'; in 2006 refers to release_year = 2006; | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | platform ID 15 refers to platform_id = 15 | year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS' | number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe' | the first year refers to min(release_year) | when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection' | Minecraft refers to game_name = 'Minecraft'; | id of game refers to game.id; "Resident Evil Archives: Resident Evil" refers to game_name = 'Resident Evil Archives: Resident Evil' |
How many times did other regions make positive sales in DS platform? | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; | number of games refers to count(game_id) | which region refers to region_name; lowest number of sales refers to MIN(num_sales); | role-playing game refers to genre_name = 'Role-Playing' | strategy games refers to game_name WHERE genre_name = 'Strategy'; | genre of the game refers to genre_name; game ID 119 refers to game.id = 119; | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection' | what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme'; | genre refers to genre_name; 3D Lemmings refers to game_name = '3D Lemmings' | average = AVG(MULTIPLY(num_sales, 100000)); |
What is the average number of sales in Japan? | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | name of games refers to game_name; adventure games refers to game_name WHERE genre_name = 'Adventure'; | in North America refers to region_name = 'North America'; platform ID 9577 refers to game_platform_id = 9577; percent = divide(subtract(num_sales where region_name = 'North America' and game_platform_id = 9577, avg(num_sales)), avg(num_sales)) * 100% | Abylight refers to publisher_name = 'Abylight'; | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan'; | name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios' | name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD'; | what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme'; | name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle' | puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3 |
Which publisher has published the most number of Action games? | which publisher refers to publisher_name; publisher that has published the most number of Action games refers to MAX(COUNT(publisher_name)) WHERE genre_name = 'Action'; Action games refers to game_name WHERE genre_name = 'Action'; | sales = SUM(num_sales); Japan region refers to region_name = 'Japan'; | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; | year the first game was released refers to MIN(release_year); | year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS' | published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle' | released in the year 2001 refers to release_year = 2001; | average = AVG(MULTIPLY(num_sales, 100000)); | Minecraft refers to game_name = 'Minecraft'; | total sales in all regions = MULTIPLY(SUM(num_sales), 100000); | gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America' |
How much are the sales of the games in region ID 4? | how much are the sales = SUM(num_sales); | difference = SUBTRACT(SUM(num_sales WHERE region_id = 2), SUM(num_sales WHERE region_id = 3)); | name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD'; | what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme'; | game "ModNation Racers" refers to game_name = 'ModNation Racers' | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; | difference = SUBTRACT(SUM(num_sales WHERE release_year = 2000), SUM(num_sales WHERE release_year = 1990)); | total sales in all regions = MULTIPLY(SUM(num_sales), 100000); | publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword' | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | platform ID 15 refers to platform_id = 15 |
How many games were published by Acclaim Entertainment? | published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment' | id of game refers to game.id; "Resident Evil Archives: Resident Evil" refers to game_name = 'Resident Evil Archives: Resident Evil' | publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword' | platform game refers to genre_name = 'Platform'; game refers to game_name | not of the genres 'Role-Playing', 'Shooter' and 'Simulation' refers to genre_name NOT IN ('Role-Playing', 'Shooter', 'Simulation'); | Activision refers to publisher_name = 'Activision'; | gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America' | FIFA games refers to game_name LIKE '%FIFA%'; | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3'; |
What is the first year a game is released? | the first year refers to min(release_year) | publishers that have Interactive in their names refers to publisher_name LIKE '%Interactive%'; | Minecraft refers to game_name = 'Minecraft'; | average number = divide(count(game_id), count(publisher_id)) | Europe refers to region_name = 'Europe'; sales lesser than 30% of the average number of sales refers to SUM(num_sales) < MULTIPLY(AVG(num_sales), 0.3); | more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan'; | publisher refers to publisher_name; publisher who has published the most games of all time refers to MAX(COUNT(publisher_name)); | record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003 | when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection' | X360 refers to platform_name = 'X360'; | total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe'; |
How many games available on PSP were released in 2004? | PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004; | name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75 | platform ID 15 refers to platform_id = 15 | name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD'; | Abylight refers to publisher_name = 'Abylight'; | publisher refers to publisher_name; the most games refers to max(count(publisher_id)) | genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors'; | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' | X360 refers to platform_name = 'X360'; | when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection' | published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment' |
List down the name of games published by 3DO. | name of game refers to game_name; published by 3DO refers to publisher_name = '3DO' | name of games refers to game_name; adventure games refers to game_name WHERE genre_name = 'Adventure'; | on the Wii platform refers to platform_name = 'Wii' | average number = divide(count(game_id), count(publisher_id)) | Activision refers to publisher_name = 'Activision'; | game refers to game_name; released in 2011 refers to release_year = 2011 | which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3'; | puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3 | name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD'; | which regions refers to region_name; 'Pengo' refers to game_name = 'Pengo'; | which publisher refers to publisher_name; publisher that has published the most games refers to MAX(COUNT(publisher_name)); puzzle genre refers to genre_name = 'Puzzle'; |
List by name all the games released in the year 2010. | name of the games refers to game_name; released in the year 2010 refers to release_year = 2010; | ratio = DIVIDE(SUM(num_sales WHERE region_name = 'North America'), SUM(num_sales WHERE region_name = 'Japan')); North America refers to region_name = 'North America'; Japan refers to region_name = 'Japan'; | name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!'; | record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003 | publishers that have Interactive in their names refers to publisher_name LIKE '%Interactive%'; | platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ; | game refers to game_name; the longest name refers to max(length(game_name)) | number of games refers to count(game_id) | published by Ascaron Entertainment GmbH refers to publisher_name = 'Ascaron Entertainment GmbH' | publisher refers to publisher_name; the most games refers to max(count(game_id)) | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; |
Among the games published by 10TACLE Studios, how many of them are puzzles? | published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle' | in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan' | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ; | on the DS platform refers to platform_name = 'DS'; number of games sold on average = divide(sum(multiply(num_sales, 100000)), 4) where platform_name = 'DS' | X360 refers to platform_name = 'X360'; | name of games refers to game_name; racing genre refers to genre_name = 'Racing'; | game refers to game_name; the longest name refers to max(length(game_name)) | puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3 | role-playing game refers to genre_name = 'Role-Playing' | game refers to game_name; released in 2011 refers to release_year = 2011 |
Give the name of the publisher of the game ID 75. | name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75 | game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan' | name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!'; | which publisher refers to publisher_name; 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3' refers to game_name = 'Pachi-Slot Kanzen Kouryaku 3: Universal Koushiki Gaido Volume 3'; | genre of the game refers to genre_name; '999: Nine Hours, Nine Persons, Nine Doors' refers to game_name = '999: Nine Hours, Nine Persons, Nine Doors'; | genre of the game refers to genre_name; game ID 119 refers to game.id = 119; | BMG Interactive Entertainment refers to publisher_name = 'BMG Interactive Entertainment'; release in 2012 refers to release_year = 2012; | difference = SUBTRACT(SUM(num_sales WHERE release_year = 2000), SUM(num_sales WHERE release_year = 1990)); | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 | publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1; | which publisher refers to publisher_name; Overwatch refers to game_name = 'Overwatch'; |
List down the platform IDs of the games released in 2007. | released in 2007 refers to release_year = 2007; | number of games refers to count(game_id) | game "ModNation Racers" refers to game_name = 'ModNation Racers' | how much are the sales = SUM(num_sales); | not of the genres 'Role-Playing', 'Shooter' and 'Simulation' refers to genre_name NOT IN ('Role-Playing', 'Shooter', 'Simulation'); | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' | names of games refers to game_name; released in 2015 refers to release_year = 2015; | role-playing game refers to genre_name = 'Role-Playing'; Microsoft Game Studios refers to publisher_name = 'Microsoft Game Studios' | name of games refers to game_name; racing genre refers to genre_name = 'Racing'; | percentage = MULTIPLY(DIVIDE(SUM(genre_name = 'sport'), COUNT(game_name)), 100.0); sports refers to genre_name = 'sport'; | total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe'; |
What is the name of the publisher that released the most video games in 2007? | name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007; | ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | platform game refers to genre_name = 'Platform'; game refers to game_name | name of publisher refers to publisher_name; the game ID 75 refers to game_id = 75 | 3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3; | on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014 | number of sales = multiply(num_sales, 100000); in Europe refers to region_name = 'Europe' | sports game refers to genre_name = 'Sports'; simulation game refers to genre_name = 'Simulation'; how many more = subtract(sum(game_id where genre_name = 'Sports'), sum(game_id where genre_name = 'Simulation')) | other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS'; | name of publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle' | name of games refers to game_name; 'SCD' platform refers to platform_name = 'SCD'; |
Provide the game publisher's name of the game with sales greater than 90% of the average sales in Japan. | game publisher's name refers to publisher_name; sales greater than 90% of the average sales refers to num_sales > multiply(0.9, avg(num_sales)); in Japan refers to region_name = 'Japan' | Minecraft refers to game_name = 'Minecraft'; | PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004; | total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe'; | genre ID 3 refers to genre.id = 3 | not of the genres 'Role-Playing', 'Shooter' and 'Simulation' refers to genre_name NOT IN ('Role-Playing', 'Shooter', 'Simulation'); | ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe' | publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1; | which publisher refers to publisher_name; Overwatch refers to game_name = 'Overwatch'; | released in the year 2001 refers to release_year = 2001; | platform refers to platform_name; |
Provide the genre name of the genre ID 3. | genre ID 3 refers to genre.id = 3 | Minecraft refers to game_name = 'Minecraft'; | genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong' | BMG Interactive Entertainment refers to publisher_name = 'BMG Interactive Entertainment'; release in 2012 refers to release_year = 2012; | difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360'; | do not have any sales refers to num_sales = 0; in Europe refers to region_name = 'Europe' | platform refers to platform_name; | released in 1990 refers to release_year = 1990; 2000 refers to release_year = 2000; | year the first game was released refers to MIN(release_year); | name of the publisher refers to publisher_name; publisher that released the most video games in 2007 refers to MAX(COUNT(publisher_name)) WHERE release_year = 2007; | publisher refers to publisher_name; the most games refers to max(count(publisher_id)) |
How many role-playing games did Microsoft Game Studios publish? | role-playing game refers to genre_name = 'Role-Playing'; Microsoft Game Studios refers to publisher_name = 'Microsoft Game Studios' | game "ModNation Racers" refers to game_name = 'ModNation Racers' | platform game refers to genre_name = 'Platform'; game refers to game_name | the genre of sports refers to genre_name = 'Sports' | genre refers to genre_name; 'Airlock', 'Airline Tycoon' , and 'Airblade' refers to game_name IN ('Airlock', 'Airline Tycoon', 'Airblade'); | game ID refers to game.id; released in 2017 refers to release_year = 2017 | reached 300000 sales and above refers to num_sales > 3 | publisher refers to publisher_name; the most games refers to max(count(publisher_id)) | which publisher refers to publisher_name; publisher that has published the most number of Action games refers to MAX(COUNT(publisher_name)) WHERE genre_name = 'Action'; Action games refers to game_name WHERE genre_name = 'Action'; | name of games refers to game_name; 'Pioneer LDC' refers to publisher_name = 'Pioneer LDC'; | name of the company that produced the game refers to publisher_name; Adventure Time: Explore the Dungeon Because I Don't Know! Refers to game_name = 'Adventure Time: Explore the Dungeon Because I Don''t Know!'; |
Please list the names of all the games published by 10TACLE Studios. | name refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios' | when refers to release_year; the "Adventure Island" game refers to game_name = 'Adventure Island' | year the first game was released refers to MIN(release_year); | gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America' | sales = SUM(num_sales); Japan region refers to region_name = 'Japan'; | region id refers to region.id; Japan refers to region_name = 'Japan' | in Japan refers to region_name = 'Japan'; on X360 refers to platform_name = 'X360'; in 2011 refers to release_year = 2011 | how much are the sales = SUM(num_sales); | the genre of sports refers to genre_name = 'Sports' | game "ModNation Racers" refers to game_name = 'ModNation Racers' | year that has the most number of video game releases refers to MAX(COUNT(release_year)); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.