Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
34,200 | <question>: How many different numbers of B shares does Handelsbanken fonder have? <context>: CREATE TABLE table_206359_1 (b_shares VARCHAR, shareholder_name VARCHAR) | SELECT COUNT(b_shares) FROM table_206359_1 WHERE shareholder_name = "Handelsbanken fonder" |
34,201 | <question>: What's the green (SW) of the model with charcoal/white interior/roof? <context>: CREATE TABLE table_2066296_5 (green__sw_ INTEGER, interior_roof VARCHAR) | SELECT MIN(green__sw_) FROM table_2066296_5 WHERE interior_roof = "Charcoal/white" |
34,202 | <question>: How many different results for red (e8) does the model with parchment/saddle interior/roof have? <context>: CREATE TABLE table_2066296_5 (red__e8_ VARCHAR, interior_roof VARCHAR) | SELECT COUNT(red__e8_) FROM table_2066296_5 WHERE interior_roof = "Parchment/saddle" |
34,203 | <question>: How many different total results are there for the model with parchment/black interior/roof? <context>: CREATE TABLE table_2066296_5 (totals VARCHAR, interior_roof VARCHAR) | SELECT COUNT(totals) FROM table_2066296_5 WHERE interior_roof = "Parchment/black" |
34,204 | <question>: Where did aaron wagner go to college <context>: CREATE TABLE table_20649850_1 (college VARCHAR, player VARCHAR) | SELECT college FROM table_20649850_1 WHERE player = "Aaron Wagner" |
34,205 | <question>: Where did the ol go to college? <context>: CREATE TABLE table_20649850_1 (college VARCHAR, position VARCHAR) | SELECT college FROM table_20649850_1 WHERE position = "OL" |
34,206 | <question>: Name the number for new mexico <context>: CREATE TABLE table_20649850_1 (pick__number INTEGER, college VARCHAR) | SELECT MIN(pick__number) FROM table_20649850_1 WHERE college = "New Mexico" |
34,207 | <question>: Name the number for db <context>: CREATE TABLE table_20649850_1 (pick__number VARCHAR, position VARCHAR) | SELECT COUNT(pick__number) FROM table_20649850_1 WHERE position = "DB" |
34,208 | <question>: Name the player for ol <context>: CREATE TABLE table_20649850_1 (player VARCHAR, position VARCHAR) | SELECT player FROM table_20649850_1 WHERE position = "OL" |
34,209 | <question>: Name the number for dl <context>: CREATE TABLE table_20649850_1 (pick__number VARCHAR, position VARCHAR) | SELECT pick__number FROM table_20649850_1 WHERE position = "DL" |
34,210 | <question>: Which companies have a free float of 0.2726? <context>: CREATE TABLE table_20667854_1 (company VARCHAR, free_float VARCHAR) | SELECT company FROM table_20667854_1 WHERE free_float = "0.2726" |
34,211 | <question>: What is every BSE code for a free float of 0.2726? <context>: CREATE TABLE table_20667854_1 (bse_code VARCHAR, free_float VARCHAR) | SELECT bse_code FROM table_20667854_1 WHERE free_float = "0.2726" |
34,212 | <question>: What is every GICS sector for free float of 0.3180? <context>: CREATE TABLE table_20667854_1 (gics_sector VARCHAR, free_float VARCHAR) | SELECT gics_sector FROM table_20667854_1 WHERE free_float = "0.3180" |
34,213 | <question>: What is every company with an index weighting % of 1 and the city of Dimitrovgrad? <context>: CREATE TABLE table_20667854_1 (company VARCHAR, index_weighting___percentage VARCHAR, city VARCHAR) | SELECT company FROM table_20667854_1 WHERE index_weighting___percentage = "1" AND city = "Dimitrovgrad" |
34,214 | <question>: How many GICS sectors have a free float of 0.2391? <context>: CREATE TABLE table_20667854_1 (gics_sector VARCHAR, free_float VARCHAR) | SELECT COUNT(gics_sector) FROM table_20667854_1 WHERE free_float = "0.2391" |
34,215 | <question>: How many values of free float for the BSE code of 4EH? <context>: CREATE TABLE table_20667854_1 (free_float VARCHAR, bse_code VARCHAR) | SELECT COUNT(free_float) FROM table_20667854_1 WHERE bse_code = "4EH" |
34,216 | <question>: How many polls taken on different dates show an undecided percentage of 25%? <context>: CREATE TABLE table_20683381_2 (date_of_opinion_poll VARCHAR, undecided VARCHAR) | SELECT COUNT(date_of_opinion_poll) FROM table_20683381_2 WHERE undecided = "25%" |
34,217 | <question>: When was Quantum Research's poll conducted? <context>: CREATE TABLE table_20683381_2 (date_of_opinion_poll VARCHAR, conductor VARCHAR) | SELECT date_of_opinion_poll FROM table_20683381_2 WHERE conductor = "Quantum Research" |
34,218 | <question>: Who conducted the poll with sample size of 2000 that shows 18% undecided? <context>: CREATE TABLE table_20683381_2 (conductor VARCHAR, undecided VARCHAR, sample_size VARCHAR) | SELECT conductor FROM table_20683381_2 WHERE undecided = "18%" AND sample_size = 2000 |
34,219 | <question>: How tall is the contestant from Ecuador? <context>: CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, country VARCHAR) | SELECT height__ft_ FROM table_20669355_2 WHERE country = "Ecuador" |
34,220 | <question>: How tall is the contestant from Aruba? <context>: CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, country VARCHAR) | SELECT height__ft_ FROM table_20669355_2 WHERE country = "Aruba" |
34,221 | <question>: What country is the contestant from San Francisco de Yojoa from? <context>: CREATE TABLE table_20669355_2 (country VARCHAR, hometown VARCHAR) | SELECT country FROM table_20669355_2 WHERE hometown = "San Francisco de Yojoa" |
34,222 | <question>: How many different heights are there for the contestants from Warsaw? <context>: CREATE TABLE table_20669355_2 (height__ft_ VARCHAR, hometown VARCHAR) | SELECT COUNT(height__ft_) FROM table_20669355_2 WHERE hometown = "Warsaw" |
34,223 | <question>: What is the total of countys where Obama is popular by 35.44%? <context>: CREATE TABLE table_20688030_1 (county VARCHAR, obama_percentage VARCHAR) | SELECT COUNT(county) FROM table_20688030_1 WHERE obama_percentage = "35.44%" |
34,224 | <question>: What are McCain's Percent when Obama has 36.47%? <context>: CREATE TABLE table_20688030_1 (mccain_percentage VARCHAR, obama_percentage VARCHAR) | SELECT mccain_percentage FROM table_20688030_1 WHERE obama_percentage = "36.47%" |
34,225 | <question>: What is McCains percent when Obamas is 39.13% <context>: CREATE TABLE table_20688030_1 (mccain_number VARCHAR, obama_percentage VARCHAR) | SELECT COUNT(mccain_number) FROM table_20688030_1 WHERE obama_percentage = "39.13%" |
34,226 | <question>: What is the maximum Obama supporters in Wayne county? <context>: CREATE TABLE table_20688030_1 (obama_number INTEGER, county VARCHAR) | SELECT MAX(obama_number) FROM table_20688030_1 WHERE county = "Wayne" |
34,227 | <question>: Name th epopulation may for general terrero <context>: CREATE TABLE table_2068761_1 (population__may_1 VARCHAR, _2000_ VARCHAR, barangay VARCHAR) | SELECT population__may_1, _2000_ FROM table_2068761_1 WHERE barangay = "General Terrero" |
34,228 | <question>: What is the season number for Series #23, the Runway Job? <context>: CREATE TABLE table_20704243_3 (season__number VARCHAR, series__number VARCHAR) | SELECT season__number FROM table_20704243_3 WHERE series__number = 23 |
34,229 | <question>: What series was directed by Mark Roskin? <context>: CREATE TABLE table_20704243_3 (series__number INTEGER, directed_by VARCHAR) | SELECT MIN(series__number) FROM table_20704243_3 WHERE directed_by = "Mark Roskin" |
34,230 | <question>: How many were written by Peter Winther? <context>: CREATE TABLE table_20704243_3 (written_by VARCHAR, directed_by VARCHAR) | SELECT COUNT(written_by) FROM table_20704243_3 WHERE directed_by = "Peter Winther" |
34,231 | <question>: How many directors were in Season 2? <context>: CREATE TABLE table_20704243_3 (directed_by VARCHAR, season__number VARCHAR) | SELECT COUNT(directed_by) FROM table_20704243_3 WHERE season__number = 2 |
34,232 | <question>: When was the episode written by Albert Kim aired for the first time? <context>: CREATE TABLE table_20704243_4 (original_air_date VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_20704243_4 WHERE written_by = "Albert Kim" |
34,233 | <question>: Name the series number for m. scott veach & rebecca kirsch <context>: CREATE TABLE table_20704243_5 (series__number VARCHAR, written_by VARCHAR) | SELECT series__number FROM table_20704243_5 WHERE written_by = "M. Scott Veach & Rebecca Kirsch" |
34,234 | <question>: Name the number of viewers for series number 50 <context>: CREATE TABLE table_20704243_5 (us_viewers__in_millions_ VARCHAR, series__number VARCHAR) | SELECT us_viewers__in_millions_ FROM table_20704243_5 WHERE series__number = 50 |
34,235 | <question>: Name who directed season 1 <context>: CREATE TABLE table_20704243_5 (directed_by VARCHAR, season__number VARCHAR) | SELECT directed_by FROM table_20704243_5 WHERE season__number = 1 |
34,236 | <question>: What is the moment of intertia in torsion (j) Cm4) for the beam height (mm) 120??= <context>: CREATE TABLE table_2071644_1 (moment_of_inertia_in_torsion__j___cm_4__ VARCHAR, beam_height__mm_ VARCHAR) | SELECT COUNT(moment_of_inertia_in_torsion__j___cm_4__) FROM table_2071644_1 WHERE beam_height__mm_ = 120 |
34,237 | <question>: What is the cross section area (cm 2) for the moment of intertia in torsion (j) (cm 4) 2.54? <context>: CREATE TABLE table_2071644_1 (cross_section_area__cm_2__ VARCHAR, moment_of_inertia_in_torsion__j___cm_4__ VARCHAR) | SELECT cross_section_area__cm_2__ FROM table_2071644_1 WHERE moment_of_inertia_in_torsion__j___cm_4__ = "2.54" |
34,238 | <question>: What is the flange thickness (mm) for the weight (kg/m) 6.0?Wg <context>: CREATE TABLE table_2071644_1 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR) | SELECT flange_thickness__mm_ FROM table_2071644_1 WHERE weight__kg_m_ = "6.0" |
34,239 | <question>: What is the number for the moment of intertia in torsion (j) (cm 4) for the 4.7 web thickness (mm)? <context>: CREATE TABLE table_2071644_1 (moment_of_inertia_in_torsion__j___cm_4__ VARCHAR, web_thickness__mm_ VARCHAR) | SELECT COUNT(moment_of_inertia_in_torsion__j___cm_4__) FROM table_2071644_1 WHERE web_thickness__mm_ = "4.7" |
34,240 | <question>: What is the flange thickness (mm) for the weight (kg/m) 10.4? <context>: CREATE TABLE table_2071644_1 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR) | SELECT flange_thickness__mm_ FROM table_2071644_1 WHERE weight__kg_m_ = "10.4" |
34,241 | <question>: What is the flange width (mm) for cross section area (cm 2) 16.4? <context>: CREATE TABLE table_2071644_1 (flange_width__mm_ VARCHAR, cross_section_area__cm_2__ VARCHAR) | SELECT COUNT(flange_width__mm_) FROM table_2071644_1 WHERE cross_section_area__cm_2__ = "16.4" |
34,242 | <question>: In what round was lyon (32) a 5 seed? <context>: CREATE TABLE table_20711545_1 (lyon__32_ VARCHAR, seed VARCHAR) | SELECT lyon__32_ FROM table_20711545_1 WHERE seed = 5 |
34,243 | <question>: How many items were recorded marseille (32 draw) was a 2 seed? <context>: CREATE TABLE table_20711545_1 (marseille__32_draw_ VARCHAR, seed VARCHAR) | SELECT COUNT(marseille__32_draw_) FROM table_20711545_1 WHERE seed = 2 |
34,244 | <question>: What is the seed for lyon (32) was DNQ? <context>: CREATE TABLE table_20711545_1 (seed INTEGER, lyon__32_ VARCHAR) | SELECT MAX(seed) FROM table_20711545_1 WHERE lyon__32_ = "DNQ" |
34,245 | <question>: What was the result for Paris(48-byes) for 3 seed? <context>: CREATE TABLE table_20711545_1 (paris__48___byes_ VARCHAR, seed VARCHAR) | SELECT paris__48___byes_ FROM table_20711545_1 WHERE seed = 3 |
34,246 | <question>: What was McCain's percentage when Obama had 64.39% of the vote? <context>: CREATE TABLE table_20722805_1 (mccain_percentage VARCHAR, obama_percentage VARCHAR) | SELECT mccain_percentage FROM table_20722805_1 WHERE obama_percentage = "64.39%" |
34,247 | <question>: What was McCain's vote when Obama had 48.35% <context>: CREATE TABLE table_20722805_1 (mccain_number INTEGER, obama_percentage VARCHAR) | SELECT MIN(mccain_number) FROM table_20722805_1 WHERE obama_percentage = "48.35%" |
34,248 | <question>: How many votes did Obama have at 32.12% <context>: CREATE TABLE table_20722805_1 (obama_number INTEGER, obama_percentage VARCHAR) | SELECT MIN(obama_number) FROM table_20722805_1 WHERE obama_percentage = "32.12%" |
34,249 | <question>: What parish did McCain have 45.37% of the votes? <context>: CREATE TABLE table_20722805_1 (parish VARCHAR, mccain_percentage VARCHAR) | SELECT parish FROM table_20722805_1 WHERE mccain_percentage = "45.37%" |
34,250 | <question>: What is the total number of votes McCain had in Webster? <context>: CREATE TABLE table_20722805_1 (mccain_number INTEGER, parish VARCHAR) | SELECT MAX(mccain_number) FROM table_20722805_1 WHERE parish = "Webster" |
34,251 | <question>: What was the original air date for the episode with production code 1wab06? <context>: CREATE TABLE table_20726262_2 (originalairdate VARCHAR, production_code VARCHAR) | SELECT originalairdate FROM table_20726262_2 WHERE production_code = "1WAB06" |
34,252 | <question>: What title episode did Paris Barclay direct? <context>: CREATE TABLE table_20726262_2 (title VARCHAR, directedby VARCHAR) | SELECT title FROM table_20726262_2 WHERE directedby = "Paris Barclay" |
34,253 | <question>: What was the production code for episode #1? <context>: CREATE TABLE table_20726262_2 (production_code VARCHAR, no_in_series VARCHAR) | SELECT production_code FROM table_20726262_2 WHERE no_in_series = 1 |
34,254 | <question>: What number episode was written by kurt sutter & jack logiudice? <context>: CREATE TABLE table_20726262_2 (no_in_series INTEGER, writtenby VARCHAR) | SELECT MAX(no_in_series) FROM table_20726262_2 WHERE writtenby = "Kurt Sutter & Jack LoGiudice" |
34,255 | <question>: What was the production code for the episode with 3.38 million viewers? <context>: CREATE TABLE table_20726262_3 (production_code VARCHAR, usviewers__million_ VARCHAR) | SELECT production_code FROM table_20726262_3 WHERE usviewers__million_ = "3.38" |
34,256 | <question>: What season number did production code 2wab12? <context>: CREATE TABLE table_20726262_3 (no_in_season VARCHAR, production_code VARCHAR) | SELECT no_in_season FROM table_20726262_3 WHERE production_code = "2WAB12" |
34,257 | <question>: How many numbers in the season were written by Brett Conrad & Liz Sagal? <context>: CREATE TABLE table_20726262_3 (no_in_season VARCHAR, writtenby VARCHAR) | SELECT COUNT(no_in_season) FROM table_20726262_3 WHERE writtenby = "Brett Conrad & Liz Sagal" |
34,258 | <question>: what i the maximum number in the series where the production code is 3wab07? <context>: CREATE TABLE table_20726262_4 (no_in_series INTEGER, production_code VARCHAR) | SELECT MAX(no_in_series) FROM table_20726262_4 WHERE production_code = "3WAB07" |
34,259 | <question>: what is the maximum number in the season wher the us viewers is 2.59? <context>: CREATE TABLE table_20726262_4 (no_in_season INTEGER, usviewers__million_ VARCHAR) | SELECT MAX(no_in_season) FROM table_20726262_4 WHERE usviewers__million_ = "2.59" |
34,260 | <question>: what is the written by and production code is 3wab03? <context>: CREATE TABLE table_20726262_4 (writtenby VARCHAR, production_code VARCHAR) | SELECT writtenby FROM table_20726262_4 WHERE production_code = "3WAB03" |
34,261 | <question>: How many seats were won, when the seats contested was 48? <context>: CREATE TABLE table_20728138_1 (seats_won VARCHAR, seats_contested VARCHAR) | SELECT seats_won FROM table_20728138_1 WHERE seats_contested = 48 |
34,262 | <question>: How many seats are contested for independents? <context>: CREATE TABLE table_20728138_1 (seats_contested VARCHAR, party VARCHAR) | SELECT seats_contested FROM table_20728138_1 WHERE party = "Independents" |
34,263 | <question>: What is the percentage seats contested for the revolutionary socialist party? <context>: CREATE TABLE table_20728138_1 (_percentage_in_seats_contested VARCHAR, party VARCHAR) | SELECT _percentage_in_seats_contested FROM table_20728138_1 WHERE party = "Revolutionary Socialist party" |
34,264 | <question>: What is the 2003 seat number, when seats contested was at 38.23% <context>: CREATE TABLE table_20728138_1 (_percentage_in_seats_contested VARCHAR) | SELECT MIN(2003 AS _seats) FROM table_20728138_1 WHERE _percentage_in_seats_contested = "38.23%" |
34,265 | <question>: How many seats were forfeited in the revolutionary socialist party? <context>: CREATE TABLE table_20728138_1 (seats_forfeited VARCHAR, party VARCHAR) | SELECT COUNT(seats_forfeited) FROM table_20728138_1 WHERE party = "Revolutionary Socialist party" |
34,266 | <question>: Who was the opponent when the attendance was exactly 16642? <context>: CREATE TABLE table_20745685_1 (opponent VARCHAR, attendance VARCHAR) | SELECT opponent FROM table_20745685_1 WHERE attendance = 16642 |
34,267 | <question>: What is the score for game #7? <context>: CREATE TABLE table_20745685_1 (score VARCHAR, _number VARCHAR) | SELECT score FROM table_20745685_1 WHERE _number = 7 |
34,268 | <question>: Who was the opponent on February 28, 1991 <context>: CREATE TABLE table_20745685_1 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_20745685_1 WHERE date = "February 28, 1991" |
34,269 | <question>: What was the date when the record was 1-0? <context>: CREATE TABLE table_20745444_1 (date VARCHAR, record VARCHAR) | SELECT date FROM table_20745444_1 WHERE record = "1-0" |
34,270 | <question>: How many results finished in a loss? <context>: CREATE TABLE table_20745444_1 (tar_heels_points VARCHAR, result VARCHAR) | SELECT COUNT(tar_heels_points) FROM table_20745444_1 WHERE result = "Loss" |
34,271 | <question>: How many games were against Furman? <context>: CREATE TABLE table_20745444_1 (game INTEGER, opponent VARCHAR) | SELECT MAX(game) FROM table_20745444_1 WHERE opponent = "Furman" |
34,272 | <question>: How many times were Duke the opponents? <context>: CREATE TABLE table_20745444_1 (opponents VARCHAR, opponent VARCHAR) | SELECT COUNT(opponents) FROM table_20745444_1 WHERE opponent = "Duke" |
34,273 | <question>: How many losses were there when the record was 4-0? <context>: CREATE TABLE table_20745444_1 (opponents INTEGER, record VARCHAR) | SELECT MAX(opponents) FROM table_20745444_1 WHERE record = "4-0" |
34,274 | <question>: What was the game #7, at or versus (home or at)? <context>: CREATE TABLE table_20745754_1 (at_vs VARCHAR, _number VARCHAR) | SELECT at_vs FROM table_20745754_1 WHERE _number = "7" |
34,275 | <question>: Who did they play against in game 7? <context>: CREATE TABLE table_20745754_1 (opponent VARCHAR, _number VARCHAR) | SELECT opponent FROM table_20745754_1 WHERE _number = "7" |
34,276 | <question>: What game number had an attendance of 2813? <context>: CREATE TABLE table_20745754_1 (_number VARCHAR, attendance VARCHAR) | SELECT _number FROM table_20745754_1 WHERE attendance = 2813 |
34,277 | <question>: What day did the play game number 9? <context>: CREATE TABLE table_20746062_1 (date VARCHAR, game VARCHAR) | SELECT date FROM table_20746062_1 WHERE game = 9 |
34,278 | <question>: What was the result of the game when they were 2-1? <context>: CREATE TABLE table_20746062_1 (result VARCHAR, record VARCHAR) | SELECT result FROM table_20746062_1 WHERE record = "2-1" |
34,279 | <question>: What was the record when the Bruins had 41 points? <context>: CREATE TABLE table_20760407_1 (record VARCHAR, bruins_points VARCHAR) | SELECT record FROM table_20760407_1 WHERE bruins_points = 41 |
34,280 | <question>: What was the date for game 9? <context>: CREATE TABLE table_20760407_1 (date VARCHAR, game VARCHAR) | SELECT date FROM table_20760407_1 WHERE game = 9 |
34,281 | <question>: What game did the Bruins have 56 points? <context>: CREATE TABLE table_20760407_1 (game INTEGER, bruins_points VARCHAR) | SELECT MAX(game) FROM table_20760407_1 WHERE bruins_points = 56 |
34,282 | <question>: What is the total of played where lost equals 4 and drawn equals 1? <context>: CREATE TABLE table_20760802_1 (played VARCHAR, lost VARCHAR, drawn VARCHAR) | SELECT played FROM table_20760802_1 WHERE lost = "4" AND drawn = "1" |
34,283 | <question>: How many drawn are there where the Club is new ross? <context>: CREATE TABLE table_20760802_1 (drawn VARCHAR, club VARCHAR) | SELECT drawn FROM table_20760802_1 WHERE club = "New Ross" |
34,284 | <question>: How may drawn equal points against at 129? <context>: CREATE TABLE table_20760802_1 (drawn VARCHAR, points_against VARCHAR) | SELECT drawn FROM table_20760802_1 WHERE points_against = "129" |
34,285 | <question>: How many points differ from 134? <context>: CREATE TABLE table_20760802_1 (points_difference VARCHAR, points_for VARCHAR) | SELECT points_difference FROM table_20760802_1 WHERE points_for = "134" |
34,286 | <question>: How many of the points difference lost equal 10? <context>: CREATE TABLE table_20760802_1 (points_difference VARCHAR, lost VARCHAR) | SELECT points_difference FROM table_20760802_1 WHERE lost = "10" |
34,287 | <question>: How many teams that played won 0 games? <context>: CREATE TABLE table_20760802_1 (played VARCHAR, won VARCHAR) | SELECT played FROM table_20760802_1 WHERE won = "0" |
34,288 | <question>: What are the public schools with a master's university? <context>: CREATE TABLE table_2076595_1 (location_s_ VARCHAR, control VARCHAR, type VARCHAR) | SELECT location_s_ FROM table_2076595_1 WHERE control = "Public" AND type = "Master's university" |
34,289 | <question>: What is the minimum enrollment for Plainfield? <context>: CREATE TABLE table_2076595_1 (enrollment__2009_ INTEGER, location_s_ VARCHAR) | SELECT MIN(enrollment__2009_) FROM table_2076595_1 WHERE location_s_ = "Plainfield" |
34,290 | <question>: What type of school had an enrollment in 2009 of 224? <context>: CREATE TABLE table_2076595_1 (type VARCHAR, enrollment__2009_ VARCHAR) | SELECT type FROM table_2076595_1 WHERE enrollment__2009_ = 224 |
34,291 | <question>: When was Southern Vermont College founded? <context>: CREATE TABLE table_2076595_1 (founded INTEGER, school VARCHAR) | SELECT MAX(founded) FROM table_2076595_1 WHERE school = "Southern Vermont College" |
34,292 | <question>: Is art school public or private? <context>: CREATE TABLE table_2076595_1 (control VARCHAR, type VARCHAR) | SELECT control FROM table_2076595_1 WHERE type = "Art school" |
34,293 | <question>: What school was founded in 1791? <context>: CREATE TABLE table_2076595_1 (school VARCHAR, founded VARCHAR) | SELECT school FROM table_2076595_1 WHERE founded = 1791 |
34,294 | <question>: Name the number of spring enrollment for sioux falls seminary <context>: CREATE TABLE table_2076557_2 (enrollment__spring_2012_ VARCHAR, school VARCHAR) | SELECT COUNT(enrollment__spring_2012_) FROM table_2076557_2 WHERE school = "Sioux Falls Seminary" |
34,295 | <question>: Name the accrediatation for southeast technical institute <context>: CREATE TABLE table_2076557_2 (accreditation VARCHAR, school VARCHAR) | SELECT accreditation FROM table_2076557_2 WHERE school = "Southeast Technical Institute" |
34,296 | <question>: Name the total number of founded for yankton <context>: CREATE TABLE table_2076557_2 (founded VARCHAR, location_s_ VARCHAR) | SELECT COUNT(founded) FROM table_2076557_2 WHERE location_s_ = "Yankton" |
34,297 | <question>: What is the Italian word for the English word "otter"? <context>: CREATE TABLE table_2077192_2 (italian VARCHAR, english VARCHAR) | SELECT italian FROM table_2077192_2 WHERE english = "otter" |
34,298 | <question>: How many French words does zinnapòtamu in Central-Southern Calabrian translate to? <context>: CREATE TABLE table_2077192_2 (french VARCHAR, central_southern_calabrian VARCHAR) | SELECT COUNT(french) FROM table_2077192_2 WHERE central_southern_calabrian = "zinnapòtamu" |
34,299 | <question>: What is the French translation for the English word "orange"? <context>: CREATE TABLE table_2077192_2 (french VARCHAR, english VARCHAR) | SELECT french FROM table_2077192_2 WHERE english = "orange" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.