query
stringlengths
24
325
positive
stringlengths
1
580
negative
stringlengths
1
580
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'
more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan';
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 refers to game_name; published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'
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;  'SCD' platform refers to platform_name = 'SCD';
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'
what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme';
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 publisher refers to publisher_name; puzzle refers to genre_name = 'Puzzle'
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'
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';
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';
other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS';
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';
year the first game was released refers to MIN(release_year);
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';
year refers to release_year; Panzer Tactics refers to game_name = 'Panzer Tactics'; on DS refers to platform_name = 'DS'
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';
published by 10TACLE Studios refers to publisher_name = '10TACLE Studios'; puzzle refers to genre_name = 'Puzzle'
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';
released in the year 2001 refers to release_year = 2001;
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';
average = AVG(MULTIPLY(num_sales, 100000));
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';
Minecraft refers to game_name = 'Minecraft';
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';
total sales in all regions = MULTIPLY(SUM(num_sales), 100000);
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';
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));
How much are the sales of the games in region ID 4?
how much are the sales = SUM(num_sales);
name of games refers to game_name;  'SCD' platform refers to platform_name = 'SCD';
How much are the sales of the games in region ID 4?
how much are the sales = SUM(num_sales);
what platform refers to platform_name; 3Xtreme refers to game_name = '3Xtreme';
How much are the sales of the games in region ID 4?
how much are the sales = SUM(num_sales);
game "ModNation Racers" refers to game_name = 'ModNation Racers'
How much are the sales of the games in region ID 4?
how much are the sales = SUM(num_sales);
other regions refers to region_name = 'Other'; positive sales refers to num_sales > 0; DS platform refers to platform_name = 'DS';
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 release_year = 2000), SUM(num_sales WHERE release_year = 1990));
How much are the sales of the games in region ID 4?
how much are the sales = SUM(num_sales);
total sales in all regions = MULTIPLY(SUM(num_sales), 100000);
How much are the sales of the games in region ID 4?
how much are the sales = SUM(num_sales);
publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword'
How much are the sales of the games in region ID 4?
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';
How much are the sales of the games in region ID 4?
how much are the sales = SUM(num_sales);
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'
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
publisher refers to publisher_name; the Chronicles of the Sword game refers to game_name = 'Chronicles of the Sword'
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
platform game refers to genre_name = 'Platform'; game refers to game_name
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
not of the genres 'Role-Playing', 'Shooter' and 'Simulation' refers to genre_name NOT IN ('Role-Playing', 'Shooter', 'Simulation');
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
Activision refers to publisher_name = 'Activision';
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
gained 350000 sales refers to num_sales = 3.5; in North America refers to region_name = 'North America'
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
FIFA games refers to game_name LIKE '%FIFA%';
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
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'
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
in Japan refers to region_name = 'Japan'; average number of sales = multiply(avg(num_sales), 100000) where region_name = 'Japan'
How many games were published by Acclaim Entertainment?
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
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%';
What is the first year a game is released?
the first year refers to min(release_year)
Minecraft refers to game_name = 'Minecraft';
What is the first year a game is released?
the first year refers to min(release_year)
average number = divide(count(game_id), count(publisher_id))
What is the first year a game is released?
the first year refers to min(release_year)
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);
What is the first year a game is released?
the first year refers to min(release_year)
more than 200000 sales refers to SUM(num_sales) > 2; Japan refers to region_name = 'Japan';
What is the first year a game is released?
the first year refers to min(release_year)
publisher refers to publisher_name; publisher who has published the most games of all time refers to MAX(COUNT(publisher_name));
What is the first year a game is released?
the first year refers to min(release_year)
record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003
What is the first year a game is released?
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'
What is the first year a game is released?
the first year refers to min(release_year)
X360 refers to platform_name = 'X360';
What is the first year a game is released?
the first year refers to min(release_year)
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
How many games available on PSP were released in 2004?
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
platform ID 15 refers to platform_id = 15
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 games refers to game_name;  'SCD' platform refers to platform_name = 'SCD';
How many games available on PSP were released in 2004?
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
Abylight refers to publisher_name = 'Abylight';
How many games available on PSP were released in 2004?
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
publisher refers to publisher_name; the most games refers to max(count(publisher_id))
How many games available on PSP were released in 2004?
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
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';
How many games available on PSP were released in 2004?
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong'
How many games available on PSP were released in 2004?
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
X360 refers to platform_name = 'X360';
How many games available on PSP were released in 2004?
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
when refers to release_year; the game titled 3DS Classic Collection refers to game_name = '3DS Classic Collection'
How many games available on PSP were released in 2004?
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
published by Acclaim Entertainment refers to publisher_name = 'Acclaim Entertainment'
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';
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;
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!';
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;
record ID refers to game.id; released between 2000 to 2003 refers to release_year BETWEEN 2000 AND 2003
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;
publishers that have Interactive in their names refers to publisher_name LIKE '%Interactive%';
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;
platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ;
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;
game refers to game_name; the longest name refers to max(length(game_name))
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;
number of games refers to count(game_id)
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;
published by Ascaron Entertainment GmbH refers to publisher_name = 'Ascaron Entertainment GmbH'
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;
publisher refers to publisher_name; the most games refers to max(count(game_id))
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;
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'
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'
3 largest numbers of games sold refers to game_name where MAX(num_sales) LIMIT 3;
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'
platform that is the most popular refers to platform_name WHERE MAX(num_sales); in Europe refers to region_name = 'Europe' ;
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'
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'
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'
X360 refers to platform_name = 'X360';
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'
name of games refers to game_name; racing genre refers to genre_name = 'Racing';
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'
game refers to game_name; the longest name refers to max(length(game_name))
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'
puzzle refers to genre_name = 'Puzzle'; more than 3 puzzle games refers to count(game_id where genre_name = 'Puzzle') > 3
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'
role-playing game refers to genre_name = 'Role-Playing'
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'
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'
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
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!';
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
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';
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
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';
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
genre of the game refers to genre_name; game ID 119 refers to game.id = 119;
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
BMG Interactive Entertainment refers to publisher_name = 'BMG Interactive Entertainment'; release in 2012 refers to release_year = 2012;
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
difference = SUBTRACT(SUM(num_sales WHERE release_year = 2000), SUM(num_sales WHERE release_year = 1990));
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
on PS4 refers to platform_name = 'PS4'; in 2014 refers to release_year = 2014
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
publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1;
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
which publisher refers to publisher_name; Overwatch refers to game_name = 'Overwatch';
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';
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'
PSP refers to platform_name = 'PSP'; released in 2004 refers to release_year = 2004;
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'
total number of games sold = MULTIPLY(num_sales, 100000); Europe refers to region_name = 'Europe';
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'
genre ID 3 refers to genre.id = 3
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'
not of the genres 'Role-Playing', 'Shooter' and 'Simulation' refers to genre_name NOT IN ('Role-Playing', 'Shooter', 'Simulation');
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'
ID refers to game_platform_id; the most popular refers to max(num_sales); in Europe refers to region_name = 'Europe'
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'
publishers refers to publisher_name; number of sales less than 10000 refers to num_sales < 0.1;
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'
which publisher refers to publisher_name; Overwatch refers to game_name = 'Overwatch';
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'
released in the year 2001 refers to release_year = 2001;
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'
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';
Provide the genre name of the genre ID 3.
genre ID 3 refers to genre.id = 3
genre refers to genre_name; game "Mario vs. Donkey Kong" refers to game_name = 'Mario vs. Donkey Kong'
Provide the genre name of the genre ID 3.
genre ID 3 refers to genre.id = 3
BMG Interactive Entertainment refers to publisher_name = 'BMG Interactive Entertainment'; release in 2012 refers to release_year = 2012;
Provide the genre name of the genre ID 3.
genre ID 3 refers to genre.id = 3
difference = SUBTRACT(SUM(platform_name = 'PS3'), SUM(platform_name = 'X360')); PS3 refers to platform_name = 'PS3'; X360 refers to platform_name = 'X360';