question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
what is the location for the date (to) 8 october 1922? | CREATE TABLE table_12562214_1 (location VARCHAR, date__to_ VARCHAR) | {
"SQL_Query": "SELECT location FROM table_12562214_1 WHERE date__to_ = \"8 October 1922\""
} |
what are the notes for date (from) 12 august 1897? | CREATE TABLE table_12562214_1 (notes VARCHAR, date__from_ VARCHAR) | {
"SQL_Query": "SELECT notes FROM table_12562214_1 WHERE date__from_ = \"12 August 1897\""
} |
what's the livingstone with fitzroy being 9499 | CREATE TABLE table_12570207_1 (livingstone VARCHAR, fitzroy VARCHAR) | {
"SQL_Query": "SELECT livingstone FROM table_12570207_1 WHERE fitzroy = 9499"
} |
what is the maximum total region with fitzroy being 8047 | CREATE TABLE table_12570207_1 (total_region INTEGER, fitzroy VARCHAR) | {
"SQL_Query": "SELECT MAX(total_region) FROM table_12570207_1 WHERE fitzroy = 8047"
} |
what is the minimum rockhampton | CREATE TABLE table_12570207_1 (rockhampton INTEGER) | {
"SQL_Query": "SELECT MIN(rockhampton) FROM table_12570207_1"
} |
How many population figures are given for Glengallen for the year when the region's total is 30554? | CREATE TABLE table_12584173_1 (population__glengallan_ VARCHAR, population__region_total_ VARCHAR) | {
"SQL_Query": "SELECT COUNT(population__glengallan_) FROM table_12584173_1 WHERE population__region_total_ = 30554"
} |
What is the maximum population size in the town of Stanthorpe? | CREATE TABLE table_12584173_1 (population__stanthorpe_ INTEGER) | {
"SQL_Query": "SELECT MAX(population__stanthorpe_) FROM table_12584173_1"
} |
What is the maximum population size in the town of Glengallen? | CREATE TABLE table_12584173_1 (population__glengallan_ INTEGER) | {
"SQL_Query": "SELECT MAX(population__glengallan_) FROM table_12584173_1"
} |
What was the population in Stanthorpe in the year when the population in Rosenthal was 1548? | CREATE TABLE table_12584173_1 (population__stanthorpe_ INTEGER, population__rosenthal_ VARCHAR) | {
"SQL_Query": "SELECT MAX(population__stanthorpe_) FROM table_12584173_1 WHERE population__rosenthal_ = 1548"
} |
How many population total figures are there for the year when Allora's population was 2132? | CREATE TABLE table_12584173_1 (population__region_total_ VARCHAR, population__allora_ VARCHAR) | {
"SQL_Query": "SELECT COUNT(population__region_total_) FROM table_12584173_1 WHERE population__allora_ = 2132"
} |
When was the ship launched when the commissioned or completed(*) is 6 june 1864? | CREATE TABLE table_12592074_1 (launched VARCHAR, commissioned_or_completed_ VARCHAR, _ VARCHAR) | {
"SQL_Query": "SELECT launched FROM table_12592074_1 WHERE commissioned_or_completed_ * _ = \"6 June 1864\""
} |
When was the ship tecumseh launched? | CREATE TABLE table_12592074_1 (launched VARCHAR, ship VARCHAR) | {
"SQL_Query": "SELECT launched FROM table_12592074_1 WHERE ship = \"Tecumseh\""
} |
What is the namesake of the ship that was commissioned or completed(*) 16 april 1864? | CREATE TABLE table_12592074_1 (namesake VARCHAR, commissioned_or_completed_ VARCHAR, _ VARCHAR) | {
"SQL_Query": "SELECT namesake FROM table_12592074_1 WHERE commissioned_or_completed_ * _ = \"16 April 1864\""
} |
What is the minimum laid down? | CREATE TABLE table_12592074_1 (laid_down INTEGER) | {
"SQL_Query": "SELECT MIN(laid_down) FROM table_12592074_1"
} |
What is the program where the focus is general management? | CREATE TABLE table_12591022_2 (program VARCHAR, focus VARCHAR) | {
"SQL_Query": "SELECT program FROM table_12591022_2 WHERE focus = \"General Management\""
} |
what is teaching language where the focus is auditing? | CREATE TABLE table_12591022_2 (teaching_language VARCHAR, focus VARCHAR) | {
"SQL_Query": "SELECT teaching_language FROM table_12591022_2 WHERE focus = \"Auditing\""
} |
WHat is the program where duration (years) is 1.5 and teaching language is german/english? | CREATE TABLE table_12591022_2 (program VARCHAR, duration__years_ VARCHAR, teaching_language VARCHAR) | {
"SQL_Query": "SELECT program FROM table_12591022_2 WHERE duration__years_ = \"1.5\" AND teaching_language = \"German/English\""
} |
What is the teaching language with the duration (years) 3.5? | CREATE TABLE table_12591022_2 (teaching_language VARCHAR, duration__years_ VARCHAR) | {
"SQL_Query": "SELECT teaching_language FROM table_12591022_2 WHERE duration__years_ = \"3.5\""
} |
What is the program where the focus is risk management and regulation? | CREATE TABLE table_12591022_2 (program VARCHAR, focus VARCHAR) | {
"SQL_Query": "SELECT program FROM table_12591022_2 WHERE focus = \"Risk Management and Regulation\""
} |
What are the release dates for songs in 2003? | CREATE TABLE table_12588029_3 (release_date VARCHAR, year VARCHAR) | {
"SQL_Query": "SELECT release_date FROM table_12588029_3 WHERE year = 2003"
} |
What is the biggest number of the team who's owned by Jeff Gordon? | CREATE TABLE table_1266602_1 (_number INTEGER, owner_s_ VARCHAR) | {
"SQL_Query": "SELECT MAX(_number) FROM table_1266602_1 WHERE owner_s_ = \"Jeff Gordon\""
} |
What is the driver for the team whose primary sponsor is Quicken Loans / Haas Automation? | CREATE TABLE table_1266602_1 (driver_s_ VARCHAR, primary_sponsor_s_ VARCHAR) | {
"SQL_Query": "SELECT driver_s_ FROM table_1266602_1 WHERE primary_sponsor_s_ = \"Quicken Loans / Haas Automation\""
} |
What's the total number of crew chiefs of the Fas Lane Racing team? | CREATE TABLE table_1266602_1 (crew_chief VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT COUNT(crew_chief) FROM table_1266602_1 WHERE team = \"FAS Lane Racing\""
} |
What date did De Vries start? | CREATE TABLE table_12608427_8 (started VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT started FROM table_12608427_8 WHERE name = \"de Vries\""
} |
What is the number for De Vries? | CREATE TABLE table_12608427_8 (no INTEGER, name VARCHAR) | {
"SQL_Query": "SELECT MIN(no) FROM table_12608427_8 WHERE name = \"de Vries\""
} |
What was the loan club when Derry played? | CREATE TABLE table_12608427_8 (loan_club VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT loan_club FROM table_12608427_8 WHERE name = \"Derry\""
} |
Who was the loan club for the Westlake game? | CREATE TABLE table_12608427_8 (loan_club VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT loan_club FROM table_12608427_8 WHERE name = \"Westlake\""
} |
What was the position (P) for Clapham? | CREATE TABLE table_12608427_8 (p VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT p FROM table_12608427_8 WHERE name = \"Clapham\""
} |
What district is represented by a Republican Appropriations Committee? | CREATE TABLE table_12679326_1 (district VARCHAR, party VARCHAR, committee VARCHAR) | {
"SQL_Query": "SELECT district FROM table_12679326_1 WHERE party = \"Republican\" AND committee = \"Appropriations\""
} |
What are the districts represented by the Democratic Party and a Committee in Economic Matters? | CREATE TABLE table_12679326_1 (district VARCHAR, committee VARCHAR, party VARCHAR) | {
"SQL_Query": "SELECT district FROM table_12679326_1 WHERE committee = \"Economic Matters\" AND party = \"Democratic\""
} |
Name the number of constr with the first win at the 1978 brazilian grand prix | CREATE TABLE table_12707313_2 (constr VARCHAR, first_win VARCHAR) | {
"SQL_Query": "SELECT COUNT(constr) FROM table_12707313_2 WHERE first_win = \"1978 Brazilian Grand Prix\""
} |
What was the first win for pos 6? | CREATE TABLE table_12707313_2 (first_win VARCHAR, pos VARCHAR) | {
"SQL_Query": "SELECT first_win FROM table_12707313_2 WHERE pos = 6"
} |
What is the molecular target listed under the compounded name of hemiasterlin (e7974) | CREATE TABLE table_12715053_1 (molecular_target VARCHAR, compound_name VARCHAR) | {
"SQL_Query": "SELECT molecular_target FROM table_12715053_1 WHERE compound_name = \"Hemiasterlin (E7974)\""
} |
What is the molecular target listed under the trademark of irvalec ® | CREATE TABLE table_12715053_1 (molecular_target VARCHAR, trademark VARCHAR) | {
"SQL_Query": "SELECT molecular_target FROM table_12715053_1 WHERE trademark = \"Irvalec ®\""
} |
What is the compound name listed where marine organism α is worm | CREATE TABLE table_12715053_1 (compound_name VARCHAR, marine_organism_α VARCHAR) | {
"SQL_Query": "SELECT compound_name FROM table_12715053_1 WHERE marine_organism_α = \"Worm\""
} |
How many compound names list a chemical class of depsipeptide and a clinical trials β value of 1/7? | CREATE TABLE table_12715053_1 (compound_name VARCHAR, chemical_class VARCHAR, clinical_trials_β VARCHAR) | {
"SQL_Query": "SELECT COUNT(compound_name) FROM table_12715053_1 WHERE chemical_class = \"Depsipeptide\" AND clinical_trials_β = \"1/7\""
} |
What is the trademark listed for the molecular target : dna-binding? | CREATE TABLE table_12715053_1 (trademark VARCHAR, molecular_target VARCHAR) | {
"SQL_Query": "SELECT trademark FROM table_12715053_1 WHERE molecular_target = \"DNA-Binding\""
} |
How many trademarks list a molecular target of minor groove of dna and a clinical status value of phase i? | CREATE TABLE table_12715053_1 (trademark VARCHAR, molecular_target VARCHAR, clinical_status VARCHAR) | {
"SQL_Query": "SELECT COUNT(trademark) FROM table_12715053_1 WHERE molecular_target = \"Minor Groove of DNA\" AND clinical_status = \"Phase I\""
} |
What's the number of the episode directed by Tucker Gates? | CREATE TABLE table_12722302_3 (no VARCHAR, directed_by VARCHAR) | {
"SQL_Query": "SELECT no FROM table_12722302_3 WHERE directed_by = \"Tucker Gates\""
} |
What was the original air date for the episode with 3.90 u.s. viewers (millions)? | CREATE TABLE table_12722302_2 (original_air_date VARCHAR, us_viewers__million_ VARCHAR) | {
"SQL_Query": "SELECT original_air_date FROM table_12722302_2 WHERE us_viewers__million_ = \"3.90\""
} |
What is the original air date for no. 2? | CREATE TABLE table_12722302_2 (original_air_date VARCHAR, no VARCHAR) | {
"SQL_Query": "SELECT original_air_date FROM table_12722302_2 WHERE no = 2"
} |
Who directed the episode with 3.19 million u.s. viewers? | CREATE TABLE table_12722302_2 (directed_by VARCHAR, us_viewers__million_ VARCHAR) | {
"SQL_Query": "SELECT directed_by FROM table_12722302_2 WHERE us_viewers__million_ = \"3.19\""
} |
What's the price (in USD) of the model whose L3 is 18 mb? | CREATE TABLE table_12740151_8 (price___usd__ VARCHAR, l3 VARCHAR) | {
"SQL_Query": "SELECT price___usd__ FROM table_12740151_8 WHERE l3 = \"18 MB\""
} |
What's the clock speed of the model that costs $910? | CREATE TABLE table_12740151_8 (clock_speed VARCHAR, price___usd__ VARCHAR) | {
"SQL_Query": "SELECT clock_speed FROM table_12740151_8 WHERE price___usd__ = \"$910\""
} |
what is the least amount in the tournament? | CREATE TABLE table_12755786_8 (league INTEGER) | {
"SQL_Query": "SELECT MIN(league) AS Cup FROM table_12755786_8"
} |
what is the tourney where the winner is kevin mckinlay? | CREATE TABLE table_12755786_8 (league VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT league AS Cup FROM table_12755786_8 WHERE player = \"Kevin McKinlay\""
} |
what's the thursday iuppiter (jupiter) with tuesday mars (mars) being marterì | CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, tuesday_mars__mars_ VARCHAR) | {
"SQL_Query": "SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE tuesday_mars__mars_ = \"Marterì\""
} |
what's the sunday sōl (sun) with friday venus (venus) being vernes | CREATE TABLE table_1277350_1 (sunday_sōl__sun_ VARCHAR, friday_venus__venus_ VARCHAR) | {
"SQL_Query": "SELECT sunday_sōl__sun_ FROM table_1277350_1 WHERE friday_venus__venus_ = \"vernes\""
} |
what's the thursday iuppiter (jupiter) with friday venus (venus) being vendredi | CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, friday_venus__venus_ VARCHAR) | {
"SQL_Query": "SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE friday_venus__venus_ = \"vendredi\""
} |
what's the saturday saturnus ( saturn) with wednesday mercurius (mercury) being mercuridi | CREATE TABLE table_1277350_1 (saturday_saturnus___saturn_ VARCHAR, wednesday_mercurius__mercury_ VARCHAR) | {
"SQL_Query": "SELECT saturday_saturnus___saturn_ FROM table_1277350_1 WHERE wednesday_mercurius__mercury_ = \"Mercuridi\""
} |
what's the thursday iuppiter (jupiter) with saturday saturnus ( saturn) being jesarn | CREATE TABLE table_1277350_1 (thursday_iuppiter__jupiter_ VARCHAR, saturday_saturnus___saturn_ VARCHAR) | {
"SQL_Query": "SELECT thursday_iuppiter__jupiter_ FROM table_1277350_1 WHERE saturday_saturnus___saturn_ = \"Jesarn\""
} |
What is the sequencer when ion torrent pgm is 200-400 bp? | CREATE TABLE table_127511_1 (sequencer VARCHAR, ion_torrent_pgm VARCHAR) | {
"SQL_Query": "SELECT sequencer FROM table_127511_1 WHERE ion_torrent_pgm = \"200-400 bp\""
} |
How many times was Sanger 3730xl $2400 usd? | CREATE TABLE table_127511_1 (ion_torrent_pgm VARCHAR, sanger_3730xl VARCHAR) | {
"SQL_Query": "SELECT COUNT(ion_torrent_pgm) FROM table_127511_1 WHERE sanger_3730xl = \"$2400 USD\""
} |
How much was solidv4 when pacbio is $300 usd? | CREATE TABLE table_127511_1 (solidv4 VARCHAR, pacbio VARCHAR) | {
"SQL_Query": "SELECT solidv4 FROM table_127511_1 WHERE pacbio = \"$300 USD\""
} |
What is solidv4 when sequencer is data output per run? | CREATE TABLE table_127511_1 (solidv4 VARCHAR, sequencer VARCHAR) | {
"SQL_Query": "SELECT solidv4 FROM table_127511_1 WHERE sequencer = \"Data output per run\""
} |
What is 454 gs flx when pacbio is 100-500 mb? | CREATE TABLE table_127511_1 (pacbio VARCHAR) | {
"SQL_Query": "SELECT 454 AS _gs_flx FROM table_127511_1 WHERE pacbio = \"100-500 Mb\""
} |
How was times was the dance the jive and the week # was 10? | CREATE TABLE table_1276219_1 (phillips VARCHAR, dance VARCHAR, week__number VARCHAR) | {
"SQL_Query": "SELECT COUNT(phillips) FROM table_1276219_1 WHERE dance = \"Jive\" AND week__number = \"10\""
} |
What's the Slovene word for Thursday? | CREATE TABLE table_1277350_5 (thursday_fourth_day VARCHAR, day__see_irregularities__ VARCHAR) | {
"SQL_Query": "SELECT thursday_fourth_day FROM table_1277350_5 WHERE day__see_irregularities__ = \"Slovene\""
} |
How do you say Friday in Polish? | CREATE TABLE table_1277350_5 (friday_fifth_day VARCHAR, day__see_irregularities__ VARCHAR) | {
"SQL_Query": "SELECT friday_fifth_day FROM table_1277350_5 WHERE day__see_irregularities__ = \"Polish\""
} |
What's the Croatian word for Saturday? | CREATE TABLE table_1277350_5 (saturday_sixth_day VARCHAR, day__see_irregularities__ VARCHAR) | {
"SQL_Query": "SELECT saturday_sixth_day FROM table_1277350_5 WHERE day__see_irregularities__ = \"Croatian\""
} |
In the system where Sunday is ஞாயிற்று கிழமை nyāyitru kizhamai, what is Saturday? | CREATE TABLE table_1277350_3 (saturday_shani__saturn_ VARCHAR, sunday_surya__the_sun_ VARCHAR) | {
"SQL_Query": "SELECT saturday_shani__saturn_ FROM table_1277350_3 WHERE sunday_surya__the_sun_ = \"ஞாயிற்று கிழமை Nyāyitru kizhamai\""
} |
In language where Wednesday is বুধবার budhbar, what is Thursday? | CREATE TABLE table_1277350_3 (thursday_guru__jupiter_ VARCHAR, wednesday_budha__mercury_ VARCHAR) | {
"SQL_Query": "SELECT thursday_guru__jupiter_ FROM table_1277350_3 WHERE wednesday_budha__mercury_ = \"বুধবার Budhbar\""
} |
In language where Saturday is සෙනසුරාදා senasuraadaa, what is Tuesday? | CREATE TABLE table_1277350_3 (tuesday_mangala__mars_ VARCHAR, saturday_shani__saturn_ VARCHAR) | {
"SQL_Query": "SELECT tuesday_mangala__mars_ FROM table_1277350_3 WHERE saturday_shani__saturn_ = \"සෙනසුරාදා Senasuraadaa\""
} |
In language where Thursday is برس وار bres'var, what is Sunday? | CREATE TABLE table_1277350_3 (sunday_surya__the_sun_ VARCHAR, thursday_guru__jupiter_ VARCHAR) | {
"SQL_Query": "SELECT sunday_surya__the_sun_ FROM table_1277350_3 WHERE thursday_guru__jupiter_ = \"برس وار Bres'var\""
} |
In language where Wednesday is برھ وار budh'var, what is Saturday? | CREATE TABLE table_1277350_3 (saturday_shani__saturn_ VARCHAR, wednesday_budha__mercury_ VARCHAR) | {
"SQL_Query": "SELECT saturday_shani__saturn_ FROM table_1277350_3 WHERE wednesday_budha__mercury_ = \"برھ وار Budh'var\""
} |
What is saturday day seven when thursday day five is ሐሙስ hamus? | CREATE TABLE table_1277350_7 (saturday_day_seven VARCHAR, thursday_day_five VARCHAR) | {
"SQL_Query": "SELECT saturday_day_seven FROM table_1277350_7 WHERE thursday_day_five = \"ሐሙስ hamus\""
} |
What is thursday day five when friday day six is პარასკევი p'arask'evi? | CREATE TABLE table_1277350_7 (thursday_day_five VARCHAR, friday_day_six VARCHAR) | {
"SQL_Query": "SELECT thursday_day_five FROM table_1277350_7 WHERE friday_day_six = \"პარასკევი p'arask'evi\""
} |
What is tuesday day three when thursday day five is kamis? | CREATE TABLE table_1277350_7 (tuesday_day_three VARCHAR, thursday_day_five VARCHAR) | {
"SQL_Query": "SELECT tuesday_day_three FROM table_1277350_7 WHERE thursday_day_five = \"Kamis\""
} |
What is friday day six when thursday day five is پچھمبے pachhambey? | CREATE TABLE table_1277350_7 (friday_day_six VARCHAR, thursday_day_five VARCHAR) | {
"SQL_Query": "SELECT friday_day_six FROM table_1277350_7 WHERE thursday_day_five = \"پچھمبے pachhambey\""
} |
What is friday day six when monday day two is isnin? | CREATE TABLE table_1277350_7 (friday_day_six VARCHAR, monday_day_two VARCHAR) | {
"SQL_Query": "SELECT friday_day_six FROM table_1277350_7 WHERE monday_day_two = \"Isnin\""
} |
How many time is sunday day one is ahad? | CREATE TABLE table_1277350_7 (thursday_day_five VARCHAR, sunday_day_one VARCHAR) | {
"SQL_Query": "SELECT COUNT(thursday_day_five) FROM table_1277350_7 WHERE sunday_day_one = \"Ahad\""
} |
What is the least amount of freight carried when the super b capacity reached was February 26? | CREATE TABLE table_12791809_1 (freight_carried_s_tonne INTEGER, super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR) | {
"SQL_Query": "SELECT MIN(freight_carried_s_tonne) FROM table_12791809_1 WHERE super_b_capacity_reached_[_citation_needed_] = \"February 26\""
} |
What is the most number of truck loads north? | CREATE TABLE table_12791809_1 (number_of_truck_loads_north INTEGER) | {
"SQL_Query": "SELECT MAX(number_of_truck_loads_north) FROM table_12791809_1"
} |
What is thea year the road closed April 13? | CREATE TABLE table_12791809_1 (year INTEGER, road_closed VARCHAR) | {
"SQL_Query": "SELECT MAX(year) FROM table_12791809_1 WHERE road_closed = \"April 13\""
} |
When was the Super B capacity reached when the number of truck loads north was 7735? | CREATE TABLE table_12791809_1 (super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR, number_of_truck_loads_north VARCHAR) | {
"SQL_Query": "SELECT super_b_capacity_reached_[_citation_needed_] FROM table_12791809_1 WHERE number_of_truck_loads_north = 7735"
} |
When was the super b capacity reached when the freight carried s tonne was 198818? | CREATE TABLE table_12791809_1 (super_b_capacity_reached_ VARCHAR, _citation_needed_ VARCHAR, freight_carried_s_tonne VARCHAR) | {
"SQL_Query": "SELECT super_b_capacity_reached_[_citation_needed_] FROM table_12791809_1 WHERE freight_carried_s_tonne = 198818"
} |
How many loses corresponded to giving up 714 points? | CREATE TABLE table_12792876_2 (lost VARCHAR, points_against VARCHAR) | {
"SQL_Query": "SELECT lost FROM table_12792876_2 WHERE points_against = \"714\""
} |
How many draws were there when there were 30 tries against? | CREATE TABLE table_12792876_2 (drawn VARCHAR, tries_against VARCHAR) | {
"SQL_Query": "SELECT drawn FROM table_12792876_2 WHERE tries_against = \"30\""
} |
How many try bonuses were there when there were 64 tries for? | CREATE TABLE table_12792876_2 (try_bonus VARCHAR, tries_for VARCHAR) | {
"SQL_Query": "SELECT try_bonus FROM table_12792876_2 WHERE tries_for = \"64\""
} |
Which club gave up 714 points? | CREATE TABLE table_12792876_2 (club VARCHAR, points_against VARCHAR) | {
"SQL_Query": "SELECT club FROM table_12792876_2 WHERE points_against = \"714\""
} |
What is the third entry in the row with a first entry of "club"? | CREATE TABLE table_12792876_2 (won VARCHAR) | {
"SQL_Query": "SELECT won FROM table_12792876_2 WHERE \"club\" = \"club\""
} |
What is the 8th entry in the row with a first entry of "club"? | CREATE TABLE table_12792876_2 (tries_for VARCHAR) | {
"SQL_Query": "SELECT tries_for FROM table_12792876_2 WHERE \"club\" = \"club\""
} |
How many were won with the points against was 450? | CREATE TABLE table_12792876_3 (won VARCHAR, points_against VARCHAR) | {
"SQL_Query": "SELECT COUNT(won) FROM table_12792876_3 WHERE points_against = \"450\""
} |
what was the drawn when the tries for was 46? | CREATE TABLE table_12792876_3 (drawn VARCHAR, tries_for VARCHAR) | {
"SQL_Query": "SELECT drawn FROM table_12792876_3 WHERE tries_for = \"46\""
} |
What was the won when the points for was 496? | CREATE TABLE table_12792876_3 (won VARCHAR, points_for VARCHAR) | {
"SQL_Query": "SELECT won FROM table_12792876_3 WHERE points_for = \"496\""
} |
What was the losing bonus when the points against was 445? | CREATE TABLE table_12792876_3 (losing_bonus VARCHAR, points_against VARCHAR) | {
"SQL_Query": "SELECT losing_bonus FROM table_12792876_3 WHERE points_against = \"445\""
} |
What was the tries against when the drawn was 2? | CREATE TABLE table_12792876_3 (tries_against VARCHAR, drawn VARCHAR) | {
"SQL_Query": "SELECT tries_against FROM table_12792876_3 WHERE drawn = \"2\""
} |
What was the drawn when the tries against was 89? | CREATE TABLE table_12792876_3 (drawn VARCHAR, tries_against VARCHAR) | {
"SQL_Query": "SELECT drawn FROM table_12792876_3 WHERE tries_against = \"89\""
} |
What is the number of the name for number 4? | CREATE TABLE table_12803263_1 (name VARCHAR, _number VARCHAR) | {
"SQL_Query": "SELECT COUNT(name) FROM table_12803263_1 WHERE _number = 4"
} |
What is the most number? | CREATE TABLE table_12803263_1 (_number INTEGER) | {
"SQL_Query": "SELECT MAX(_number) FROM table_12803263_1"
} |
what amount played tried for 60? | CREATE TABLE table_12807904_5 (played VARCHAR, tries_for VARCHAR) | {
"SQL_Query": "SELECT COUNT(played) FROM table_12807904_5 WHERE tries_for = \"60\""
} |
How many played where the points were 80? | CREATE TABLE table_12807904_5 (played VARCHAR, points VARCHAR) | {
"SQL_Query": "SELECT played FROM table_12807904_5 WHERE points = \"80\""
} |
what amount of points were lost by 13? | CREATE TABLE table_12807904_5 (points VARCHAR, lost VARCHAR) | {
"SQL_Query": "SELECT points FROM table_12807904_5 WHERE lost = \"13\""
} |
what are the total points agains the score of 63? | CREATE TABLE table_12807904_5 (points_against VARCHAR, points VARCHAR) | {
"SQL_Query": "SELECT points_against FROM table_12807904_5 WHERE points = \"63\""
} |
What amount of points where points were 389? | CREATE TABLE table_12807904_5 (points VARCHAR, points_against VARCHAR) | {
"SQL_Query": "SELECT COUNT(points) FROM table_12807904_5 WHERE points_against = \"389\""
} |
HOW MANY PLAYERS PLAYED IN THE GAME THAT WON WITH 438 POINTS | CREATE TABLE table_12807904_3 (played VARCHAR, points_for VARCHAR) | {
"SQL_Query": "SELECT played FROM table_12807904_3 WHERE points_for = \"438\""
} |
HOW MANY GAMES HAD A WIN WITH A BONUS OF 11 | CREATE TABLE table_12807904_3 (won VARCHAR, try_bonus VARCHAR) | {
"SQL_Query": "SELECT won FROM table_12807904_3 WHERE try_bonus = \"11\""
} |
HOW MANY GAMES WERE TIED AT 3? | CREATE TABLE table_12807904_3 (tries_for VARCHAR, drawn VARCHAR) | {
"SQL_Query": "SELECT tries_for FROM table_12807904_3 WHERE drawn = \"3\""
} |
HOW MANY GAMES HAD BONUS POINTS OF 6? | CREATE TABLE table_12807904_3 (points_for VARCHAR, try_bonus VARCHAR) | {
"SQL_Query": "SELECT points_for FROM table_12807904_3 WHERE try_bonus = \"6\""
} |
HOW MANY GAMES WERE TIED AT 76? | CREATE TABLE table_12807904_3 (drawn VARCHAR, points VARCHAR) | {
"SQL_Query": "SELECT drawn FROM table_12807904_3 WHERE points = \"76\""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.