question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
Who was the winner of the race at Belmont? | CREATE TABLE table_1358608_4 (winner_2nd VARCHAR, venue VARCHAR) | {
"SQL_Query": "SELECT winner_2nd FROM table_1358608_4 WHERE venue = \"Belmont\""
} |
On what date did Northerly place 6th? | CREATE TABLE table_1358608_4 (date VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT date FROM table_1358608_4 WHERE result = \"6th\""
} |
What was the weight in kg on the day of the race at Ranvet Stakes? | CREATE TABLE table_1358608_4 (weight__kg_ VARCHAR, race VARCHAR) | {
"SQL_Query": "SELECT weight__kg_ FROM table_1358608_4 WHERE race = \"Ranvet Stakes\""
} |
What was Northerly's result at the race on 19 Oct 2002? | CREATE TABLE table_1358608_4 (result VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT result FROM table_1358608_4 WHERE date = \"19 Oct 2002\""
} |
What was the distance of the race in which Northerly raced in group G3? | CREATE TABLE table_1358608_4 (distance VARCHAR, group VARCHAR) | {
"SQL_Query": "SELECT distance FROM table_1358608_4 WHERE group = \"G3\""
} |
what's the software executable space protection with dbeingtribution being gentoo | CREATE TABLE table_1357052_6 (software_executable_space_protection VARCHAR, distribution VARCHAR) | {
"SQL_Query": "SELECT software_executable_space_protection FROM table_1357052_6 WHERE distribution = \"Gentoo\""
} |
what's the dbeingtribution with grsecurity being no | CREATE TABLE table_1357052_6 (distribution VARCHAR, grsecurity VARCHAR) | {
"SQL_Query": "SELECT distribution FROM table_1357052_6 WHERE grsecurity = \"No\""
} |
what's the grsecurity with dbeingtribution being debian / ubuntu | CREATE TABLE table_1357052_6 (grsecurity VARCHAR, distribution VARCHAR) | {
"SQL_Query": "SELECT grsecurity FROM table_1357052_6 WHERE distribution = \"Debian / Ubuntu\""
} |
what's the dbeingtribution with grsecurity being optional and compile time buffer checks being yes | CREATE TABLE table_1357052_6 (distribution VARCHAR, grsecurity VARCHAR, compile_time_buffer_checks VARCHAR) | {
"SQL_Query": "SELECT distribution FROM table_1357052_6 WHERE grsecurity = \"Optional\" AND compile_time_buffer_checks = \"Yes\""
} |
what's the dbeingtribution with rsbac being unknown | CREATE TABLE table_1357052_6 (distribution VARCHAR, rsbac VARCHAR) | {
"SQL_Query": "SELECT distribution FROM table_1357052_6 WHERE rsbac = \"Unknown\""
} |
Who is on the 2002 commission from district 3? | CREATE TABLE table_136027_2 (district VARCHAR) | {
"SQL_Query": "SELECT 2002 AS _commission FROM table_136027_2 WHERE district = \"district 3\""
} |
what's the others% with parbeingh being tangipahoa | CREATE TABLE table_13608101_1 (others_percentage VARCHAR, parish VARCHAR) | {
"SQL_Query": "SELECT others_percentage FROM table_13608101_1 WHERE parish = \"Tangipahoa\""
} |
what is the maximum bush# with others% being 1.57% | CREATE TABLE table_13608101_1 (bush_number INTEGER, others_percentage VARCHAR) | {
"SQL_Query": "SELECT MAX(bush_number) FROM table_13608101_1 WHERE others_percentage = \"1.57%\""
} |
how many bush% with total# being 191269 | CREATE TABLE table_13608101_1 (bush_percentage VARCHAR, total_number VARCHAR) | {
"SQL_Query": "SELECT COUNT(bush_percentage) FROM table_13608101_1 WHERE total_number = 191269"
} |
What is the highest game number? | CREATE TABLE table_13619027_10 (game INTEGER) | {
"SQL_Query": "SELECT MAX(game) FROM table_13619027_10"
} |
How many entries are there for weight when the winner is 1st - defier and venue is randwick? | CREATE TABLE table_1360997_3 (weight__kg_ VARCHAR, winner_2nd VARCHAR, venue VARCHAR) | {
"SQL_Query": "SELECT COUNT(weight__kg_) FROM table_1360997_3 WHERE winner_2nd = \"1st - Defier\" AND venue = \"Randwick\""
} |
Who was the jockey at Rosehill and the weight was 57.5 kg? | CREATE TABLE table_1360997_3 (jockey VARCHAR, venue VARCHAR, weight__kg_ VARCHAR) | {
"SQL_Query": "SELECT jockey FROM table_1360997_3 WHERE venue = \"Rosehill\" AND weight__kg_ = \"57.5\""
} |
When the time is 1:36.30 what shows as winner? | CREATE TABLE table_1360997_3 (winner_2nd VARCHAR, time VARCHAR) | {
"SQL_Query": "SELECT winner_2nd FROM table_1360997_3 WHERE time = \"1:36.30\""
} |
What was the depravitiy of earnings where international sales was 2470? | CREATE TABLE table_13618358_1 (income_poverty_f VARCHAR, exports__usd_mn__2011 VARCHAR) | {
"SQL_Query": "SELECT income_poverty_f FROM table_13618358_1 WHERE exports__usd_mn__2011 = 2470"
} |
What was head count in 2010 where the farm production is 6.9? | CREATE TABLE table_13618358_1 (agri_culture_b VARCHAR) | {
"SQL_Query": "SELECT MAX(2010 AS _population__000_) FROM table_13618358_1 WHERE agri_culture_b = \"6.9\""
} |
How many districts had an depravity level of 27.7 | CREATE TABLE table_13618358_1 (district VARCHAR, income_poverty_f VARCHAR) | {
"SQL_Query": "SELECT COUNT(district) FROM table_13618358_1 WHERE income_poverty_f = \"27.7\""
} |
How low was the income where services is 72.5? | CREATE TABLE table_13618358_1 (income_poverty_f VARCHAR, services_ VARCHAR, _cons_truction_b VARCHAR) | {
"SQL_Query": "SELECT income_poverty_f FROM table_13618358_1 WHERE services_ & _cons_truction_b = \"72.5\""
} |
How low was the San Juan income? | CREATE TABLE table_13618358_1 (income_poverty_f VARCHAR, district VARCHAR) | {
"SQL_Query": "SELECT income_poverty_f FROM table_13618358_1 WHERE district = \"San Juan\""
} |
who is the player with high assists on january 22? | CREATE TABLE table_13619027_7 (high_assists VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT high_assists FROM table_13619027_7 WHERE date = \"January 22\""
} |
what is the total score for the date of january 3? | CREATE TABLE table_13619027_7 (score VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(score) FROM table_13619027_7 WHERE date = \"January 3\""
} |
Which team was in a game with a record of 15-63? | CREATE TABLE table_13619053_9 (team VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT team FROM table_13619053_9 WHERE record = \"15-63\""
} |
Which team played on April 1? | CREATE TABLE table_13619053_9 (team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT team FROM table_13619053_9 WHERE date = \"April 1\""
} |
How many players led Game #66 in scoring? | CREATE TABLE table_13619053_8 (high_points VARCHAR, game VARCHAR) | {
"SQL_Query": "SELECT COUNT(high_points) FROM table_13619053_8 WHERE game = 66"
} |
Who scored the most points in the game where the Raptors became 13-49? | CREATE TABLE table_13619053_8 (high_points VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_13619053_8 WHERE record = \"13-49\""
} |
Who did the Raptors play against when their record was 13-48? | CREATE TABLE table_13619053_8 (team VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT team FROM table_13619053_8 WHERE record = \"13-48\""
} |
Who was the high scorer in the game when the team was 1-4? | CREATE TABLE table_13619105_3 (high_points VARCHAR, record VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_13619105_3 WHERE record = \"1-4\""
} |
Where did they play and how many attended in the game against minnesota? | CREATE TABLE table_13619105_3 (location_attendance VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_13619105_3 WHERE team = \"Minnesota\""
} |
Who had the high point total when dee brown (5) had the high assist total? | CREATE TABLE table_13619105_4 (high_points VARCHAR, high_assists VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_13619105_4 WHERE high_assists = \"Dee Brown (5)\""
} |
How many records are there for the games that took place on January 14. | CREATE TABLE table_13619135_5 (record VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(record) FROM table_13619135_5 WHERE date = \"January 14\""
} |
Which players scored the most points when the opposing team was Seattle and how many points did they score? | CREATE TABLE table_13619135_5 (high_points VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT high_points FROM table_13619135_5 WHERE team = \"Seattle\""
} |
What was the location and attendance of the game against Portland? | CREATE TABLE table_13619135_5 (location_attendance VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT location_attendance FROM table_13619135_5 WHERE team = \"Portland\""
} |
What was the record when the score was w 108–93 (ot)? | CREATE TABLE table_13619135_5 (record VARCHAR, score VARCHAR) | {
"SQL_Query": "SELECT record FROM table_13619135_5 WHERE score = \"W 108–93 (OT)\""
} |
how many total population with catholic being smaller than 31370649.1405057 and region being north africa | CREATE TABLE table_1364343_2 (total_population VARCHAR, catholic VARCHAR, region VARCHAR) | {
"SQL_Query": "SELECT COUNT(total_population) FROM table_1364343_2 WHERE catholic < 31370649.1405057 AND region = \"North Africa\""
} |
what's the wii points with title and source being tsūshin taikyoku: igo dōjō 2700-mon | CREATE TABLE table_13663434_1 (wii_points VARCHAR, title_and_source VARCHAR) | {
"SQL_Query": "SELECT wii_points FROM table_13663434_1 WHERE title_and_source = \"Tsūshin Taikyoku: Igo Dōjō 2700-Mon\""
} |
what's the na -350- with title and source being paper wars: cannon fodder | CREATE TABLE table_13663434_1 (na__350_ VARCHAR, title_and_source VARCHAR) | {
"SQL_Query": "SELECT na__350_ FROM table_13663434_1 WHERE title_and_source = \"Paper Wars: Cannon Fodder\""
} |
how many title and source with pal -295- being yes and jp -210- being yes | CREATE TABLE table_13663434_1 (title_and_source VARCHAR, pal__295_ VARCHAR, jp__210_ VARCHAR) | {
"SQL_Query": "SELECT COUNT(title_and_source) FROM table_13663434_1 WHERE pal__295_ = \"Yes\" AND jp__210_ = \"Yes\""
} |
what's the jp -210- with title and source being fun! fun! minigolf | CREATE TABLE table_13663434_1 (jp__210_ VARCHAR, title_and_source VARCHAR) | {
"SQL_Query": "SELECT jp__210_ FROM table_13663434_1 WHERE title_and_source = \"Fun! Fun! Minigolf\""
} |
how many na -350- with title and source being bokumo sekai wo sukuitai: battle tournament | CREATE TABLE table_13663434_1 (na__350_ VARCHAR, title_and_source VARCHAR) | {
"SQL_Query": "SELECT COUNT(na__350_) FROM table_13663434_1 WHERE title_and_source = \"Bokumo Sekai wo Sukuitai: Battle Tournament\""
} |
What was the gtu winning team when the gto winning team was #48 greenwood racing? | CREATE TABLE table_13657883_2 (gtu_winning_team VARCHAR, gto_winning_team VARCHAR) | {
"SQL_Query": "SELECT gtu_winning_team FROM table_13657883_2 WHERE gto_winning_team = \"#48 Greenwood Racing\""
} |
What was the to winnning team when the tu winning team was #16 2002? | CREATE TABLE table_13657883_2 (to_winning_team VARCHAR, tu_winning_team VARCHAR) | {
"SQL_Query": "SELECT to_winning_team FROM table_13657883_2 WHERE tu_winning_team = \"#16 2002\""
} |
What round was the gto winning team #48 greenwood racing? | CREATE TABLE table_13657883_2 (rnd VARCHAR, gto_winning_team VARCHAR) | {
"SQL_Query": "SELECT rnd FROM table_13657883_2 WHERE gto_winning_team = \"#48 Greenwood Racing\""
} |
What was the to winning team when the tu winning team was joe amato carson baird? | CREATE TABLE table_13657883_2 (to_winning_team VARCHAR, tu_winning_team VARCHAR) | {
"SQL_Query": "SELECT to_winning_team FROM table_13657883_2 WHERE tu_winning_team = \"Joe Amato Carson Baird\""
} |
Who is GTU Winning Team's #27 Don Lindley's TO Winning Team? | CREATE TABLE table_13657749_2 (to_winning_team VARCHAR, gtu_winning_team VARCHAR) | {
"SQL_Query": "SELECT to_winning_team FROM table_13657749_2 WHERE gtu_winning_team = \"#27 Don Lindley\""
} |
What is GTO Winning Team Mike Keyser's RND number? | CREATE TABLE table_13657749_2 (rnd VARCHAR, gto_winning_team VARCHAR) | {
"SQL_Query": "SELECT rnd FROM table_13657749_2 WHERE gto_winning_team = \"Mike Keyser\""
} |
Who is Gene Felton's TO Winning Team? | CREATE TABLE table_13657749_2 (to_winning_team VARCHAR, gto_winning_team VARCHAR) | {
"SQL_Query": "SELECT to_winning_team FROM table_13657749_2 WHERE gto_winning_team = \"Gene Felton\""
} |
What is Peter Gregg Hurley Haywood's results? | CREATE TABLE table_13657749_2 (results VARCHAR, gto_winning_team VARCHAR) | {
"SQL_Query": "SELECT results FROM table_13657749_2 WHERE gto_winning_team = \"Peter Gregg Hurley Haywood\""
} |
What was the least amount for Goals Olimpia? | CREATE TABLE table_13688489_1 (goals_olimpia INTEGER) | {
"SQL_Query": "SELECT MIN(goals_olimpia) FROM table_13688489_1"
} |
How many goals Olimpia recorded for 32 matches? | CREATE TABLE table_13688489_1 (goals_olimpia VARCHAR, matches VARCHAR) | {
"SQL_Query": "SELECT COUNT(goals_olimpia) FROM table_13688489_1 WHERE matches = 32"
} |
What was the number of matches when the Goals Olimpia was 149? | CREATE TABLE table_13688489_1 (matches VARCHAR, goals_olimpia VARCHAR) | {
"SQL_Query": "SELECT matches FROM table_13688489_1 WHERE goals_olimpia = 149"
} |
what's the time required for prices to double with highest monthly inflation rate being 29,500% | CREATE TABLE table_13681_2 (time_required_for_prices_to_double VARCHAR, highest_monthly_inflation_rate VARCHAR) | {
"SQL_Query": "SELECT time_required_for_prices_to_double FROM table_13681_2 WHERE highest_monthly_inflation_rate = \"29,500%\""
} |
what's the currency name with highest monthly inflation rate being 29,500% | CREATE TABLE table_13681_2 (currency_name VARCHAR, highest_monthly_inflation_rate VARCHAR) | {
"SQL_Query": "SELECT currency_name FROM table_13681_2 WHERE highest_monthly_inflation_rate = \"29,500%\""
} |
how many equivalent daily inflation rate with time required for prices to double being 3.7 days | CREATE TABLE table_13681_2 (equivalent_daily_inflation_rate VARCHAR, time_required_for_prices_to_double VARCHAR) | {
"SQL_Query": "SELECT COUNT(equivalent_daily_inflation_rate) FROM table_13681_2 WHERE time_required_for_prices_to_double = \"3.7 days\""
} |
how many country with currency name being republika srpska dinar | CREATE TABLE table_13681_2 (country VARCHAR, currency_name VARCHAR) | {
"SQL_Query": "SELECT COUNT(country) FROM table_13681_2 WHERE currency_name = \"Republika Srpska dinar\""
} |
how many equivalent daily inflation rate with currency name being republika srpska dinar | CREATE TABLE table_13681_2 (equivalent_daily_inflation_rate VARCHAR, currency_name VARCHAR) | {
"SQL_Query": "SELECT COUNT(equivalent_daily_inflation_rate) FROM table_13681_2 WHERE currency_name = \"Republika Srpska dinar\""
} |
what's the country with highest monthly inflation rate being 3.13 × 10 8 % | CREATE TABLE table_13681_2 (country VARCHAR, highest_monthly_inflation_rate VARCHAR) | {
"SQL_Query": "SELECT country FROM table_13681_2 WHERE highest_monthly_inflation_rate = \"3.13 × 10 8 %\""
} |
How many grand final dual television commentators were there in 1961? | CREATE TABLE table_1368649_9 (grand_final_dual_television_commentator VARCHAR, year_s_ VARCHAR) | {
"SQL_Query": "SELECT COUNT(grand_final_dual_television_commentator) FROM table_1368649_9 WHERE year_s_ = 1961"
} |
Who was the spokesperson for France in 1970? | CREATE TABLE table_1368649_9 (spokesperson VARCHAR, year_s_ VARCHAR) | {
"SQL_Query": "SELECT spokesperson FROM table_1368649_9 WHERE year_s_ = 1970"
} |
What year was Thierry Beccaro the spokesperson? | CREATE TABLE table_1368649_9 (year_s_ INTEGER, spokesperson VARCHAR) | {
"SQL_Query": "SELECT MIN(year_s_) FROM table_1368649_9 WHERE spokesperson = \"Thierry Beccaro\""
} |
How many games played on june 25? | CREATE TABLE table_13710464_1 (score VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT COUNT(score) FROM table_13710464_1 WHERE date = \"June 25\""
} |
Who won the game on may 21? | CREATE TABLE table_13710464_1 (winning_team VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT winning_team FROM table_13710464_1 WHERE date = \"May 21\""
} |
Who was the losing pitcher when 40583 attended? | CREATE TABLE table_13710464_1 (losing_pitcher VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT losing_pitcher FROM table_13710464_1 WHERE attendance = 40583"
} |
Who was the wenning witcher when ezequiel astacio was the losing pitcher? | CREATE TABLE table_13710464_1 (winning_pitcher VARCHAR, losing_pitcher VARCHAR) | {
"SQL_Query": "SELECT winning_pitcher FROM table_13710464_1 WHERE losing_pitcher = \"Ezequiel Astacio\""
} |
Where was the game played on may 20? | CREATE TABLE table_13710464_1 (location VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT location FROM table_13710464_1 WHERE date = \"May 20\""
} |
On what position number is the club with a w-l-d of 5-7-4? | CREATE TABLE table_13713206_1 (club__city_town_ VARCHAR, w_l_d VARCHAR) | {
"SQL_Query": "SELECT COUNT(club__city_town_) FROM table_13713206_1 WHERE w_l_d = \"5-7-4\""
} |
What's the position of the club with w-l-d of 6-2-8? | CREATE TABLE table_13713206_1 (position INTEGER, w_l_d VARCHAR) | {
"SQL_Query": "SELECT MAX(position) FROM table_13713206_1 WHERE w_l_d = \"6-2-8\""
} |
How many games has the club with 29-24 goals for/against score played? | CREATE TABLE table_13713206_1 (games_played VARCHAR, goals_for_against VARCHAR) | {
"SQL_Query": "SELECT games_played FROM table_13713206_1 WHERE goals_for_against = \"29-24\""
} |
How many films titled Gie have been nominated? | CREATE TABLE table_13719788_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | {
"SQL_Query": "SELECT COUNT(original_title) FROM table_13719788_1 WHERE film_title_used_in_nomination = \"Gie\""
} |
Who is the director of the fimm Biola Tak Berdawai? | CREATE TABLE table_13719788_1 (director VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT director FROM table_13719788_1 WHERE original_title = \"Biola tak berdawai\""
} |
What title was used in the nomination for the title Biola Tak Berdawai? | CREATE TABLE table_13719788_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) | {
"SQL_Query": "SELECT film_title_used_in_nomination FROM table_13719788_1 WHERE original_title = \"Biola tak berdawai\""
} |
How many years have a film that uses the title "Nagabonar" in the nomination? | CREATE TABLE table_13719788_1 (year__ceremony_ VARCHAR, film_title_used_in_nomination VARCHAR) | {
"SQL_Query": "SELECT COUNT(year__ceremony_) FROM table_13719788_1 WHERE film_title_used_in_nomination = \"Nagabonar\""
} |
Who is the director of the film Gie? | CREATE TABLE table_13719788_1 (director VARCHAR, film_title_used_in_nomination VARCHAR) | {
"SQL_Query": "SELECT director FROM table_13719788_1 WHERE film_title_used_in_nomination = \"Gie\""
} |
Name the try bonus for tries against is 70 | CREATE TABLE table_13741576_4 (try_bonus VARCHAR, tries_against VARCHAR) | {
"SQL_Query": "SELECT try_bonus FROM table_13741576_4 WHERE tries_against = \"70\""
} |
What is the try bonus for when tries against is 43? | CREATE TABLE table_13741576_4 (try_bonus VARCHAR, tries_against VARCHAR) | {
"SQL_Query": "SELECT try_bonus FROM table_13741576_4 WHERE tries_against = \"43\""
} |
Name the drawn for llandaff rfc | CREATE TABLE table_13741576_4 (drawn VARCHAR, club VARCHAR) | {
"SQL_Query": "SELECT drawn FROM table_13741576_4 WHERE club = \"Llandaff RFC\""
} |
Name the won for try bonus of 10 | CREATE TABLE table_13741576_4 (won VARCHAR, try_bonus VARCHAR) | {
"SQL_Query": "SELECT won FROM table_13741576_4 WHERE try_bonus = \"10\""
} |
It was announced on July 2, 2006 that what asset was acquired? | CREATE TABLE table_1373542_1 (asset_acquired VARCHAR, date_announced VARCHAR) | {
"SQL_Query": "SELECT asset_acquired FROM table_1373542_1 WHERE date_announced = \"July 2, 2006\""
} |
On what date was it announced that an asset was acquired for US$9 Million? | CREATE TABLE table_1373542_1 (date_announced VARCHAR, reported_cost VARCHAR) | {
"SQL_Query": "SELECT date_announced FROM table_1373542_1 WHERE reported_cost = \"US$9 million\""
} |
On what date was the asset acquisition that was announced on February 22, 2007 completed? | CREATE TABLE table_1373542_1 (date_completed VARCHAR, date_announced VARCHAR) | {
"SQL_Query": "SELECT date_completed FROM table_1373542_1 WHERE date_announced = \"February 22, 2007\""
} |
What was the reported cost of the asset acquired from Standard & Poor's? | CREATE TABLE table_1373542_1 (reported_cost VARCHAR, acquired_from VARCHAR) | {
"SQL_Query": "SELECT reported_cost FROM table_1373542_1 WHERE acquired_from = \"Standard & Poor's\""
} |
what's the trim with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb | CREATE TABLE table_1373768_1 (trim VARCHAR, fuel_mileage__latest_epa_mpg___us__ VARCHAR) | {
"SQL_Query": "SELECT trim FROM table_1373768_1 WHERE fuel_mileage__latest_epa_mpg___us__ = \"22 city, 30 hwy, 25 comb\""
} |
what's the trim with engine being 3.5l lz4 v6 | CREATE TABLE table_1373768_1 (trim VARCHAR, engine VARCHAR) | {
"SQL_Query": "SELECT trim FROM table_1373768_1 WHERE engine = \"3.5L LZ4 V6\""
} |
what's the torque with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb | CREATE TABLE table_1373768_1 (torque VARCHAR, fuel_mileage__latest_epa_mpg___us__ VARCHAR) | {
"SQL_Query": "SELECT torque FROM table_1373768_1 WHERE fuel_mileage__latest_epa_mpg___us__ = \"22 city, 30 hwy, 25 comb\""
} |
what's the torque with trim being xe (2009) | CREATE TABLE table_1373768_1 (torque VARCHAR, trim VARCHAR) | {
"SQL_Query": "SELECT torque FROM table_1373768_1 WHERE trim = \"XE (2009)\""
} |
what's the transmbeingsion with trim being xe (2009) | CREATE TABLE table_1373768_1 (transmission VARCHAR, trim VARCHAR) | {
"SQL_Query": "SELECT transmission FROM table_1373768_1 WHERE trim = \"XE (2009)\""
} |
Nantyglo RFC had 546 points for and how many points? | CREATE TABLE table_13741576_6 (points VARCHAR, points_for VARCHAR) | {
"SQL_Query": "SELECT points FROM table_13741576_6 WHERE points_for = \"546\""
} |
What club had 523 points against? | CREATE TABLE table_13741576_6 (club VARCHAR, points_against VARCHAR) | {
"SQL_Query": "SELECT club FROM table_13741576_6 WHERE points_against = \"523\""
} |
What club has 536 points for? | CREATE TABLE table_13741576_6 (club VARCHAR, points_for VARCHAR) | {
"SQL_Query": "SELECT club FROM table_13741576_6 WHERE points_for = \"536\""
} |
How many clubs had 7 wins? | CREATE TABLE table_13741576_6 (club VARCHAR, won VARCHAR) | {
"SQL_Query": "SELECT COUNT(club) FROM table_13741576_6 WHERE won = \"7\""
} |
What club had 404 points against? | CREATE TABLE table_13741576_6 (club VARCHAR, points_against VARCHAR) | {
"SQL_Query": "SELECT club FROM table_13741576_6 WHERE points_against = \"404\""
} |
Risca RFC has 54 tries for and how many draws? | CREATE TABLE table_13741576_6 (drawn VARCHAR, tries_for VARCHAR) | {
"SQL_Query": "SELECT drawn FROM table_13741576_6 WHERE tries_for = \"54\""
} |
What club has 36 points? | CREATE TABLE table_13758945_1 (club VARCHAR, points VARCHAR) | {
"SQL_Query": "SELECT club FROM table_13758945_1 WHERE points = \"36\""
} |
What are the lost where points lost is 353? | CREATE TABLE table_13758945_1 (lost VARCHAR, points_for VARCHAR) | {
"SQL_Query": "SELECT lost FROM table_13758945_1 WHERE points_for = \"353\""
} |
What are the won games with losing bonus of 0? | CREATE TABLE table_13758945_1 (won VARCHAR, losing_bonus VARCHAR) | {
"SQL_Query": "SELECT won FROM table_13758945_1 WHERE losing_bonus = \"0\""
} |
Which club has 565 points? | CREATE TABLE table_13758945_1 (club VARCHAR, points_for VARCHAR) | {
"SQL_Query": "SELECT club FROM table_13758945_1 WHERE points_for = \"565\""
} |
How many tries where points is 77? | CREATE TABLE table_13758945_1 (tries_for VARCHAR, points VARCHAR) | {
"SQL_Query": "SELECT tries_for FROM table_13758945_1 WHERE points = \"77\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.