query
stringlengths
24
325
positive
stringlengths
1
580
negative
stringlengths
1
580
In English speaking countries, provide the difference between the number of countries with republic and constitutional monarchy as its government form.
English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));
officially use the English language refers to `Language` = 'English' AND IsOfficial = 'T'; highest capital refers to MAX(Capital);
In English speaking countries, provide the difference between the number of countries with republic and constitutional monarchy as its government form.
English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
In English speaking countries, provide the difference between the number of countries with republic and constitutional monarchy as its government form.
English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));
most crowded city refers to MAX(Population);
In English speaking countries, provide the difference between the number of countries with republic and constitutional monarchy as its government form.
English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));
ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';
In English speaking countries, provide the difference between the number of countries with republic and constitutional monarchy as its government form.
English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));
smallest surface area refers to MIN(smallest surface area);
In English speaking countries, provide the difference between the number of countries with republic and constitutional monarchy as its government form.
English speaking refers to Language = 'English' ; difference = SUBTRACT(COUNT(Language = 'English' WHERE GovernmentForm = 'Republic'), COUNT(Language = 'English' WHERE GovernmentForm = 'ConstitutionalMonarchy'));
no GNP refers to GNP = 0;
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
unofficial languages refers to IsOfficial = 'F'; Italy is a name of country;
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
largest population refers to MAX(Population);
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
average population = AVG(Population);
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
capital city refers to Capital; San Marino is a name of country;
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
smallest surface area refers to MIN(smallest surface area);
In countries with constitutional monarchy, what is the percentage of cities located in the district of England?
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
highest population refers to MAX(Population);
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
largest population refers to MAX(Population);
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
headed by Adolf Ogi refers to HeadOfState = 'Adolf Ogi';
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
surface area greater than 7000000 refers to SurfaceArea > 7000000;
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
no GNP refers to GNP = 0;
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
high life expectancy at birth refers to MAX(LifeExpectancy);
What country declared its independence in 1994?
declared independence in 1994 refers to IndepYear = 1994;
most crowded city refers to MAX(Population);
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
Malaysia is a name of country;
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
smallest surface area refers to MIN(smallest surface area);
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
most crowded city refers to MAX(Population);
What is the official language of China?
official language refers to IsOfficial = 'T'; China is a name of country;
most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
Malaysia is a name of country;
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
English is the official language refers to Language = 'English' AND IsOfficial = 'T';
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
smallest population refers to MIN(Population);
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
surface area greater than 7000000 refers to SurfaceArea > 7000000;
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
no GNP refers to GNP = 0;
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
largest population refers to MAX(Population);
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
official language refers to IsOfficial = 'T'; China is a name of country;
What is the GNP growth rate by the country of Shanghai?
GNP growth rate = DIVIDE(SUBTRACT(GNP, GNPOld), GNPOld); Shanghai is a name of city;
independence year between 1980 to 1995 refers to IndepYear BETWEEN 1980 AND 1995;
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
English as an official language refers to `Language` = 'English' AND IsOfficial = 'T';
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
Zaanstad is a name of city;
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
most crowded city refers to MAX(Population);
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
average population = AVG(Population);
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
uses Japanese as their language refers to `Language` = 'Japanese';
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
ruled by Pierre Buyoya refers to HeadOfState = 'Pierre Buyoya';
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
form of government refers to GovernmentForm;
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
Baltic Countries refers to Region = 'Baltic Countries'; languages which are used by over 80% refers to Percentage > 80;
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
Europe refers to Continent = 'Europe';
Among the countries that have GNP greater than 1500, what is the percentage of the countries have English as its language?
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
most crowded city refers to MAX(Population);
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
most crowded city refers to MAX(Population);
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
constitutional monarchy refers to GovernmentForm = 'Constitutional Monarchy'; percentage = MULTIPLY(DIVIDE(SUM(GovernmentForm = 'Constitutional Monarchy' WHERE District = 'England'), COUNT(GovernmentForm = 'Constitutional Monarchy')), 100)
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
high life expectancy at birth refers to MAX(LifeExpectancy);
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
official language refers to IsOfficial = 'T'; Greece is a name of country;
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
ruled by Kostis Stefanopoulos refers to HeadOfState = 'Kostis Stefanopoulos';
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
Zaanstad is a name of city;
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
declared independence in 1994 refers to IndepYear = 1994;
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
most crowded city refers to MAX(Population);
List the countries and their official languages in Antarctica.
official language refers to IsOfficial = 'T'; Antarctica refers to Continent = 'Antarctica';
Socialistic Republic form of government refers to GovernmentForm = 'Socialistic Republic';
Write down the name of the largest population country.
largest population refers to MAX(Population);
Europe refers to Continent = 'Europe';
Write down the name of the largest population country.
largest population refers to MAX(Population);
Zaanstad is a name of city;
Write down the name of the largest population country.
largest population refers to MAX(Population);
most crowded city refers to MAX(Population);
Write down the name of the largest population country.
largest population refers to MAX(Population);
capital city refers to Capital; official language refers to IsOfficial = 'T'; highest life expectancy refers to MAX(LifeExpectancy);
Write down the name of the largest population country.
largest population refers to MAX(Population);
form of government refers to GovernmentForm;
Write down the name of the largest population country.
largest population refers to MAX(Population);
Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);
Write down the name of the largest population country.
largest population refers to MAX(Population);
no GNP refers to GNP = 0;
Write down the name of the largest population country.
largest population refers to MAX(Population);
smallest population refers to MIN(Population);
Write down the name of the largest population country.
largest population refers to MAX(Population);
declared independence in 1994 refers to IndepYear = 1994;
Write down the name of the largest population country.
largest population refers to MAX(Population);
England refers to District = 'England';
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
official language refers to IsOfficial = 'T'; Greece is a name of country;
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
GNP greater than 1500 refers to GNP > 1500 ; percentage = MULTIPLY(DIVIDE(SUM(Code WHERE GNP > 1500 AND Language = 'English'), COUNT(Code WHERE GNP > 1500)) 1.0); English as its language refers to Language = 'English';
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
largest population refers to MAX(Population);
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
smallest population refers to MIN(Population);
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
Portuguese refers to `Language` = 'Portuguese';
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
average life expectancy = AVG(LifeExpectancy); speak Arabic refers to `Language` = 'Arabic';
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
Belize is a name of country;
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
GNP lower than 1000 refers to GNP < 1000; Dutch as their language refers to `Language` = 'Dutch';
Which country has the smallest surface area and the most crowded city?
smallest surface area refers to MIN(smallest surface area); most crowded city refers to MAX(Population);
English is the official language refers to Language = 'English' AND IsOfficial = 'T';
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
average population = AVG(Population);
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
shortest life expectancy refers to MIN(LifeExpectancy);
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
most crowded city refers to MAX(Population);
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
capital city refers to Capital; San Marino is a name of country;
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
Asia refers to Continent = 'Asia'; largest gross national product refers to MAX(GNP);
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
most crowded cities refers to MAX(Population); has the most languages used refers to MAX(COUNT(Language));
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
smallest surface area refers to MIN(smallest surface area);
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
use English as unofficial language refers to Language = 'English' WHERE IsOfficial = 'F';
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
Europe refers to Continent = 'Europe';
What is the form of government that the city of Manila has?
form of government refers to GovernmentForm;
official language refers to IsOfficial = 'T'; China is a name of country;
What city has the highest population?
highest population refers to MAX(Population);
Malaysia is a name of country;
What city has the highest population?
highest population refers to MAX(Population);
most crowded city refers to MAX(Population);
What city has the highest population?
highest population refers to MAX(Population);
capital city refers to Capital; official language refers to IsOfficial = 'T'; smallest surface area refers to MIN(SurfaceArea);
What city has the highest population?
highest population refers to MAX(Population);
uses Japanese as their language refers to `Language` = 'Japanese';