query
stringlengths
24
325
positive
stringlengths
1
580
negative
stringlengths
1
580
List the names of coins that cannot be traded in 2014.
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
lowest price refers to low; best time refers to date with the low;
List the names of coins that cannot be traded in 2014.
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
the number of Bitcoins verifiably burned = max_supply - total_supply; 2013/4/28 refers to date = '2013-04-28'
List the names of coins that cannot be traded in 2014.
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
List the names of coins that cannot be traded in 2014.
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
lowest price refers to low; best time refers to date with the low;
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
when refers to date; most valuable refers to max(market_cap)
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
added on June 14, 2013 refers to date_added like '2013-06-14%'
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
not opened refers to open IS NULL; on 2013/5/3 refers to date = '2013-05-03'
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
the max profit = subtract(high, low); on 2013/4/28 refers to date = '2013-04-28'
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
average price refers SUM(price)/COUNT(named = 'Bitcoin'); in the year 2013 refers to year(date) = 2013
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
cannot be tracked refers to status = 'untracked'; in 2014 refers to year(date_added) = '2014'
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
Name the coin with the highest percentage price changed in 24 hours. State the transaction date and price.
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
average price more than $1000 refers to AVG(price)>1000
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
average price refers SUM(price)/COUNT(named = 'Bitcoin'); in the year 2013 refers to year(date) = 2013
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
highest market capitalization refers to max(market_cap); in 2018 refers to year(date) = 2018
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
average monthly circulating supply = AVG(circulating_supply); in 2017 refers to date BETWEEN '2017-01-01' AND '2017-12-31'
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
the percentage of the Bitcoins verifiably burned = divide(subtract(SUM(max_supply), SUM(total_supply)),SUM(total_supply))*100%; until 2013/4/28 refers to date<'2013-04-08'
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
2016 refers to historical date where year(date) = 2016
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
percentage that is higher than the price 1 hour ago refers to percent_change_1h>0; in May 29,2013 refers to date = '2013-05-29'
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
the highest price refers to max(price)
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
List the names of the coins above the average price on April 28, 2013.
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
lowest price refers to low; best time refers to date with the low;
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
the greatest decline in percent change in 1 hour refers to max(percent_change_1h)
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
average price refers SUM(price)/COUNT(named = 'Bitcoin'); in the year 2013 refers to year(date) = 2013
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
the highest percentage price changed in 24 hours refers to max(percent_change_24h)
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
the top five coins refers to cmc_rank< = 5; on January 1, 2014 refers to date = '2014-01-01'
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
average price = divide(sum(price), count(name)); on April 28, 2013 refers to date = '2013-04-28'
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
the last date refers to max(date); inactive coins refers to status = 'inactive'
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
when refers to date; most valuable refers to max(market_cap)
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
the highest price refers to max(price); DigixDAO refers to name = 'DigixDAO'
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
average price more than $1000 refers to AVG(price)>1000
How many coins were added in May 2013? Please list the names of coins.
in May 2013 refers to year(date_added) = 2013 and month(date_added) = 5
average percentage price changed from the previous 24 hours refers to AVG(percent_change_24h); on 15/5/2013 refers to DATE = '2013-04-15'
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
4-year refers to level = '4-year'; private for profit refers to control = 'Private for-profit'; KY refers to state_abbr = 'KY'; highest graduation 150 value refers to MAX(grad_150_value); ID of the school refers to unitid;
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
percent rank for median SAT value within sector refers to med_sat_percentile; over 500 graduates refers to grad_cohort > 500; in 2011 refers to year = 2011;
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
highest number of students refers to student_count; all students refer to race = 'X'.
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
public refers to control = 'Public'; school_count < 20;
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
amount of percentage = SUM(grad_150 WHERE gender = 'F') as female; percentage = SUM(grad_150 WHERE gender = 'M') as male; Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011; graduated within 150 percent of normal/expected time refers to grad_150; female refers to gender = 'F'; White refers to race = 'w'; male refers to gender = 'M';
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
2-year refers to level = '2-year'; private nonprofit refers to control = 'Private not-for-profit'; CT refers to state_abbr = 'CT'; graduation rate falls below the average for the state refers to awards_per_value < awards_per_natl_value;
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
name of the school refers to chronname; highest difference in the average completion rate for the national in which it belongs = MAX(SUBTRACT(awards_per_value, awards_per_natl_value)); state appropriations to higher education in fiscal year 2011 per resident to which the school belongs refers to state_appr_value;
For the state which has the 113 2-year public schools, tell the number of graduated Asian students who seeks another type of degree or certificate at a 2-year institution in 2013.
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
Mercer University refers to chronname = 'Mercer University';
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
Ivy League Schools refers to chronname = 'Brown University' or chronname = 'Columbia University' or chronname = 'Cornell University' or chronname = 'Dartmouth College' or chronname = 'Harvard University' or chronname = 'Princeton University' or chronname = 'University of Pennsylvania' or chronname = 'Yale University'; in 2013 refers to year = '2013'; highest number of Black students who graduated within 150 percent of normal/expected time refers to MAX(grad_150 WHERE race = 'B'); seeking a bachelor's/equivalent cohort at 4-year institutions refers to cohort = '4y bach';
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
In 2012 refers to year = 2012; Asian refers to race = 'A'; female refers to gender = 'F'; graduates refers to grad_cohort; seeking another type of degree or certificate at a 4-year institution refers to cohort = '4y other'; University of Alaska at Anchorage refers to chronname = 'University of Alaska at Anchorage';
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
institution's name refers to chronname; american refers to race = 'Ai'; number of degree-seeking students in the cohort refers to grad_cohort; grad_cohort < = 3;
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
Rensselaer Polytechnic Institute refers to chronname = 'Rensselaer Polytechnic Institute';
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
website address refers to site; Swarthmore College refers to chronname = 'Swarthmore College';
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
median SAT value refers to med_sat_value; average = AVG(med_sat_value); male refers to gender = 'M'; graduate cohort refers to grad_cohort; most male graduate cohort refers to MAX(COUNT(grad_cohort WHERE gender = 'M')); in 2013 refers to year = 2013;
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
4-year refers to level = '4-year'; public refers to control = 'Public'; names refers to chronname;
How many students graduated from Central Alabama Community College in 2011 in total?
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
male refers to gender = 'M'; white refers to race = 'w'; in 2011 refers to year = 2011; graduating within 150 percent of normal/expected time refers to grad_150;
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
private and not for profit refers to control = 'Private not-for-profit';
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
name of the school refers to chronname; highest difference in the average completion rate for the national in which it belongs = MAX(SUBTRACT(awards_per_value, awards_per_natl_value)); state appropriations to higher education in fiscal year 2011 per resident to which the school belongs refers to state_appr_value;
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
4-year refers to level = '4-year'; private for profit refers to control = 'Private for-profit'; KY refers to state_abbr = 'KY'; highest graduation 150 value refers to MAX(grad_150_value); ID of the school refers to unitid;
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
names of the institutes refers to chronname; male refers to gender = 'M'; white refers to race = 'w'; in 2011 refers to year = 2011; percentage of students graduating within 150 percent of normal/expected time over 20 refers to grad_150>20;
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
biggest cohort size refers to MAX(cohort_size); cohort = '4y bach' means bachelor's or equivalent-seeking cohort at 4-year institutions; cohort = '4y other' means students seeking another type of degree or certificate at a 4-year institution; cohort = '2y all' means degree-seeking students at 2-year institutions;
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
institution's name refers to chronname; american refers to race = 'Ai'; number of degree-seeking students in the cohort refers to grad_cohort; grad_cohort < = 3;
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
name of the school refers to chronname; 4-year refers to level = '4-year'; public refers to control = 'Public'; ID refers to state_abbr = 'ID'; lowest graduation 100 value refers to MIN(grad_100_value);
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
Alaska refers to state = 'Alaska'; from year 2011 to 2013 refers to year BETWEEN '2011' AND '2013'; white refers to race = 'W';
Tell the number of 4-year private not-for-profit schools in the home state of "Brevard Community College".
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
post name refers to state_post;
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
post name refers to state_post;
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
amount of percentage = SUM(grad_150 WHERE gender = 'F') as female; percentage = SUM(grad_150 WHERE gender = 'M') as male; Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011; graduated within 150 percent of normal/expected time refers to grad_150; female refers to gender = 'F'; White refers to race = 'w'; male refers to gender = 'M';
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
Ivy League Schools refers to chronname = 'Brown University' or chronname = 'Columbia University' or chronname = 'Cornell University' or chronname = 'Dartmouth College' or chronname = 'Harvard University' or chronname = 'Princeton University' or chronname = 'University of Pennsylvania' or chronname = 'Yale University'; in 2013 refers to year = '2013'; highest number of Black students who graduated within 150 percent of normal/expected time refers to MAX(grad_150 WHERE race = 'B'); seeking a bachelor's/equivalent cohort at 4-year institutions refers to cohort = '4y bach';
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
schools_count = 113; 2-year refers to level = '2-year'; public refers to control = 'public'; Asian refers to race = 'A'; seeks another type of degree or certificate at a 2-year institution refers to cohort = '2y all'; in 2013 refers to year = 2013;
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
male refers to gender = 'M'; white refers to race = 'w'; in 2011 refers to year = 2011; graduating within 150 percent of normal/expected time refers to grad_150;
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
Rensselaer Polytechnic Institute refers to chronname = 'Rensselaer Polytechnic Institute';
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
name of the school refers to chronname; highest difference in the average completion rate for the national in which it belongs = MAX(SUBTRACT(awards_per_value, awards_per_natl_value)); state appropriations to higher education in fiscal year 2011 per resident to which the school belongs refers to state_appr_value;
List the all the institutes from the state with the most number of American Indian in 2007.
institutes refers to chronname; American Indian refers to race = 'Ai'; most number of American Indian refers to MAX(COUNT(race = 'Ai')); in 2007 refers to year = '2007';
public refers to control = 'Public'; over 30 students who graduated within 100 percent of normal/expected time refers to grad_100 > 30; in 2011 refers to year = 2011;
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
name of the institution refers to chronname;  highest percent rank for freshman retention percentage within the sector refers to MAX(retain_percentile);
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
Hispanic refers to race = 'H'; male refers to gender = 'M'; Amridge University refers to chronname = 'Amridge University';
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
percent rank for median SAT value within sector refers to med_sat_percentile; over 500 graduates refers to grad_cohort > 500; in 2011 refers to year = 2011;
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
4-year refers to level = '4-year'; public refers to control = 'Public'; names refers to chronname;
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
Rensselaer Polytechnic Institute refers to chronname = 'Rensselaer Polytechnic Institute';
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
web site address refers to site; PA refers to state_abbr = 'PA'; highest latitude refers to MAX(lat_y);
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
name of the school refers to chronname; 4-year refers to level = '4-year'; public refers to control = 'Public'; ID refers to state_abbr = 'ID'; lowest graduation 100 value refers to MIN(grad_100_value);
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
male refers to gender = 'M'; Hispanic students refers to race = 'H'; Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011; number of students who graduated within 100 percent of normal/expected time refers to grad_100;
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
State the name and website of the institutes from the state with 209 graduate cohort in 2011.
name of the institutes refers to chronname; website refers to site; graduate cohort refers to grad_cohort; in 2011 refers to year = '2011';
male refers to gender = 'M'; white refers to race = 'w'; in 2011 refers to year = 2011; graduating within 150 percent of normal/expected time refers to grad_150;
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
name of the school refers to chronname; 4-year refers to level = '4-year'; public refers to control = 'Public'; ID refers to state_abbr = 'ID'; lowest graduation 100 value refers to MIN(grad_100_value);
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
private and not for profit refers to control = 'Private not-for-profit';
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
4-year refers to level = '4-year'; private not-for-profit refers to control = 'Private not-for-profit'; Brevard Community College refers to chronname = 'Brevard Community College';
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
female refers to gender = 'F'; number of schools refers to schools_count; schools_count BETWEEN 10 AND 20;
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
web site address refers to site; PA refers to state_abbr = 'PA'; highest latitude refers to MAX(lat_y);
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
Rensselaer Polytechnic Institute refers to chronname = 'Rensselaer Polytechnic Institute';
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
Ivy League Schools refers to chronname = 'Brown University' or chronname = 'Columbia University' or chronname = 'Cornell University' or chronname = 'Dartmouth College' or chronname = 'Harvard University' or chronname = 'Princeton University' or chronname = 'University of Pennsylvania' or chronname = 'Yale University'; in 2013 refers to year = '2013'; highest number of Black students who graduated within 150 percent of normal/expected time refers to MAX(grad_150 WHERE race = 'B'); seeking a bachelor's/equivalent cohort at 4-year institutions refers to cohort = '4y bach';
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
post name refers to state_post;
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
public refers to control = 'Public'; school_count < 20;
What is the website address of the institution with the highest number of White degree-seeking students at 2-year institutions in 2008?
website address refers to site; White refers to race = 'W'; degree-seeking students at 2-year institutions refers to cohort = '2y all'; in 2008 refers to year = '2008';
2-year refers to level = '2-year'; private nonprofit refers to control = 'Private not-for-profit'; CT refers to state_abbr = 'CT'; graduation rate falls below the average for the state refers to awards_per_value < awards_per_natl_value;
List the site of institution within the student count of 500 to 1000 that has the recent year of data release.
recent year of data release refers to newest year;
Central Alabama Community College refers to chronname = 'Central Alabama Community College'; in 2011 refers to year = 2011;
List the site of institution within the student count of 500 to 1000 that has the recent year of data release.
recent year of data release refers to newest year;
names of the institutes refers to chronname; graduates refers to grad_cohort; grad_cohort > 500; in 2011 refers to year = 2011; all students refer to race = 'X'.
List the site of institution within the student count of 500 to 1000 that has the recent year of data release.
recent year of data release refers to newest year;
female refers to gender = 'F'; graduates refers to grad_cohort; Oakwood University refers to chronname = 'Oakwood University'; in 2013 refers to year = 2013; all sutdents refer to rae = 'X';
List the site of institution within the student count of 500 to 1000 that has the recent year of data release.
recent year of data release refers to newest year;
name of the school refers to chronname; 4-year refers to level = '4-year'; public refers to control = 'Public'; ID refers to state_abbr = 'ID'; lowest graduation 100 value refers to MIN(grad_100_value);
List the site of institution within the student count of 500 to 1000 that has the recent year of data release.
recent year of data release refers to newest year;
between 2011 to 2013 refers to year BETWEEN '2011' AND '2013'; male refers to gender = 'M'; Hispanic refers to race = 'H'; number of degree-seeking students at 2-year institutions who graduated within 150 percent of normal/expected time refers to grad_150; United Education Institute-Huntington Park Campus refers to chronname = 'United Education Institute-Huntington Park Campus';
List the site of institution within the student count of 500 to 1000 that has the recent year of data release.
recent year of data release refers to newest year;
names of the institutes refers to chronname; male refers to gender = 'M'; white refers to race = 'w'; in 2011 refers to year = 2011; percentage of students graduating within 150 percent of normal/expected time over 20 refers to grad_150>20;