question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 | text stringlengths 114 1.06k |
|---|---|---|---|
What name was used for nomination for the film with an original title of "The Black Tulip"? | CREATE TABLE table_17155250_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) | SELECT film_title_used_in_nomination FROM table_17155250_1 WHERE original_title = "The Black Tulip" | ### Context: CREATE TABLE table_17155250_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) ### Question: What name was used for nomination for the film with an original title of "The Black Tulip"? ### Answer: SELECT film_title_used_in_nomination FROM table_17155250_1 WHERE original_title = "The Black T... |
What languages were spoken in the film "FireDancer"? | CREATE TABLE table_17155250_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR) | SELECT language_s_ FROM table_17155250_1 WHERE film_title_used_in_nomination = "FireDancer" | ### Context: CREATE TABLE table_17155250_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: What languages were spoken in the film "FireDancer"? ### Answer: SELECT language_s_ FROM table_17155250_1 WHERE film_title_used_in_nomination = "FireDancer" |
Who was the director of the film with an original title of "16 Days in Afghanistan"? | CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR) | SELECT director FROM table_17155250_1 WHERE original_title = "16 Days in Afghanistan" | ### Context: CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR) ### Question: Who was the director of the film with an original title of "16 Days in Afghanistan"? ### Answer: SELECT director FROM table_17155250_1 WHERE original_title = "16 Days in Afghanistan" |
what is the model where the method is ha? | CREATE TABLE table_17157367_1 (model VARCHAR, method VARCHAR) | SELECT model FROM table_17157367_1 WHERE method = "HA" | ### Context: CREATE TABLE table_17157367_1 (model VARCHAR, method VARCHAR) ### Question: what is the model where the method is ha? ### Answer: SELECT model FROM table_17157367_1 WHERE method = "HA" |
what is the total number of model wehre the status is named geneva? | CREATE TABLE table_17157367_1 (model VARCHAR, name VARCHAR) | SELECT COUNT(model) FROM table_17157367_1 WHERE "status" = "status" AND name = "GenEva" | ### Context: CREATE TABLE table_17157367_1 (model VARCHAR, name VARCHAR) ### Question: what is the total number of model wehre the status is named geneva? ### Answer: SELECT COUNT(model) FROM table_17157367_1 WHERE "status" = "status" AND name = "GenEva" |
what is the max fs where the status is status and the method is method? | CREATE TABLE table_17157367_1 (max_fs VARCHAR) | SELECT max_fs FROM table_17157367_1 WHERE "status" = "status" AND "method" = "method" | ### Context: CREATE TABLE table_17157367_1 (max_fs VARCHAR) ### Question: what is the max fs where the status is status and the method is method? ### Answer: SELECT max_fs FROM table_17157367_1 WHERE "status" = "status" AND "method" = "method" |
what ist he output where the short description is massive? | CREATE TABLE table_17157367_1 (output VARCHAR, short_description VARCHAR) | SELECT output FROM table_17157367_1 WHERE short_description = "massive" | ### Context: CREATE TABLE table_17157367_1 (output VARCHAR, short_description VARCHAR) ### Question: what ist he output where the short description is massive? ### Answer: SELECT output FROM table_17157367_1 WHERE short_description = "massive" |
What was the nominated film title of শ্যামল ছায়া (shyamol chhaya)? | CREATE TABLE table_17156199_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) | SELECT film_title_used_in_nomination FROM table_17156199_1 WHERE original_title = "শ্যামল ছায়া (Shyamol Chhaya)" | ### Context: CREATE TABLE table_17156199_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) ### Question: What was the nominated film title of শ্যামল ছায়া (shyamol chhaya)? ### Answer: SELECT film_title_used_in_nomination FROM table_17156199_1 WHERE original_title = "শ্যামল ছায়া (Shyamol Chhaya)" |
What year and ceremony was the original title বৃত্তের বাইরে (britter baire)? | CREATE TABLE table_17156199_1 (year__ceremony_ VARCHAR, original_title VARCHAR) | SELECT year__ceremony_ FROM table_17156199_1 WHERE original_title = "বৃত্তের বাইরে (Britter Baire)" | ### Context: CREATE TABLE table_17156199_1 (year__ceremony_ VARCHAR, original_title VARCHAR) ### Question: What year and ceremony was the original title বৃত্তের বাইরে (britter baire)? ### Answer: SELECT year__ceremony_ FROM table_17156199_1 WHERE original_title = "বৃত্তের বাইরে (Britter Baire)" |
How many years was the original title was স্বপ্নডানায় (swopnodanay)? | CREATE TABLE table_17156199_1 (year__ceremony_ VARCHAR, original_title VARCHAR) | SELECT COUNT(year__ceremony_) FROM table_17156199_1 WHERE original_title = "স্বপ্নডানায় (Swopnodanay)" | ### Context: CREATE TABLE table_17156199_1 (year__ceremony_ VARCHAR, original_title VARCHAR) ### Question: How many years was the original title was স্বপ্নডানায় (swopnodanay)? ### Answer: SELECT COUNT(year__ceremony_) FROM table_17156199_1 WHERE original_title = "স্বপ্নডানায় (Swopnodanay)" |
what is the nickname founded in 1902? | CREATE TABLE table_1715730_2 (nickname VARCHAR, founded VARCHAR) | SELECT nickname FROM table_1715730_2 WHERE founded = 1902 | ### Context: CREATE TABLE table_1715730_2 (nickname VARCHAR, founded VARCHAR) ### Question: what is the nickname founded in 1902? ### Answer: SELECT nickname FROM table_1715730_2 WHERE founded = 1902 |
where is the enrollment 4259? | CREATE TABLE table_1715730_2 (location VARCHAR, enrollment VARCHAR) | SELECT location FROM table_1715730_2 WHERE enrollment = 4259 | ### Context: CREATE TABLE table_1715730_2 (location VARCHAR, enrollment VARCHAR) ### Question: where is the enrollment 4259? ### Answer: SELECT location FROM table_1715730_2 WHERE enrollment = 4259 |
what is the year union university was founded? | CREATE TABLE table_1715730_2 (founded VARCHAR, institution VARCHAR) | SELECT founded FROM table_1715730_2 WHERE institution = "Union University" | ### Context: CREATE TABLE table_1715730_2 (founded VARCHAR, institution VARCHAR) ### Question: what is the year union university was founded? ### Answer: SELECT founded FROM table_1715730_2 WHERE institution = "Union University" |
What was the percentage in Manitoba in 2011? | CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, province VARCHAR) | SELECT _percentage_2011 FROM table_1717824_1 WHERE province = "Manitoba" | ### Context: CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, province VARCHAR) ### Question: What was the percentage in Manitoba in 2011? ### Answer: SELECT _percentage_2011 FROM table_1717824_1 WHERE province = "Manitoba" |
Which province had population of 210295 South Asians in 2001? | CREATE TABLE table_1717824_1 (province VARCHAR, south_asians_2001 VARCHAR) | SELECT province FROM table_1717824_1 WHERE south_asians_2001 = 210295 | ### Context: CREATE TABLE table_1717824_1 (province VARCHAR, south_asians_2001 VARCHAR) ### Question: Which province had population of 210295 South Asians in 2001? ### Answer: SELECT province FROM table_1717824_1 WHERE south_asians_2001 = 210295 |
What was the South Asian population in Nova Scotia in 2001? | CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, province VARCHAR) | SELECT south_asians_2001 FROM table_1717824_1 WHERE province = "Nova Scotia" | ### Context: CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, province VARCHAR) ### Question: What was the South Asian population in Nova Scotia in 2001? ### Answer: SELECT south_asians_2001 FROM table_1717824_1 WHERE province = "Nova Scotia" |
What was the percentage in 2011 of the province that had 2.4% population in 2001? | CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, _percentage_2001 VARCHAR) | SELECT _percentage_2011 FROM table_1717824_1 WHERE _percentage_2001 = "2.4%" | ### Context: CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, _percentage_2001 VARCHAR) ### Question: What was the percentage in 2011 of the province that had 2.4% population in 2001? ### Answer: SELECT _percentage_2011 FROM table_1717824_1 WHERE _percentage_2001 = "2.4%" |
How many figures are given for total number of South Asians in 2001 for the area where they were 4.4% of population in 2011? | CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, _percentage_2011 VARCHAR) | SELECT COUNT(south_asians_2001) FROM table_1717824_1 WHERE _percentage_2011 = "4.4%" | ### Context: CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, _percentage_2011 VARCHAR) ### Question: How many figures are given for total number of South Asians in 2001 for the area where they were 4.4% of population in 2011? ### Answer: SELECT COUNT(south_asians_2001) FROM table_1717824_1 WHERE _percentage_20... |
How many Indians were admitted in 2001? | CREATE TABLE table_1717824_3 (indians_admitted VARCHAR, year VARCHAR) | SELECT indians_admitted FROM table_1717824_3 WHERE year = 2001 | ### Context: CREATE TABLE table_1717824_3 (indians_admitted VARCHAR, year VARCHAR) ### Question: How many Indians were admitted in 2001? ### Answer: SELECT indians_admitted FROM table_1717824_3 WHERE year = 2001 |
What is the greatest number of Pakistanis admitted to Canada during those times when the number of Nepalis admitted was 627? | CREATE TABLE table_1717824_3 (pakistanis_admitted INTEGER, nepalis_admitted VARCHAR) | SELECT MAX(pakistanis_admitted) FROM table_1717824_3 WHERE nepalis_admitted = 627 | ### Context: CREATE TABLE table_1717824_3 (pakistanis_admitted INTEGER, nepalis_admitted VARCHAR) ### Question: What is the greatest number of Pakistanis admitted to Canada during those times when the number of Nepalis admitted was 627? ### Answer: SELECT MAX(pakistanis_admitted) FROM table_1717824_3 WHERE nepalis_admi... |
What is the most number of Indians admitted to Canada when the number of Sri Lankans admitted was 3104? | CREATE TABLE table_1717824_3 (indians_admitted INTEGER, sri_lankans_admitted VARCHAR) | SELECT MIN(indians_admitted) FROM table_1717824_3 WHERE sri_lankans_admitted = 3104 | ### Context: CREATE TABLE table_1717824_3 (indians_admitted INTEGER, sri_lankans_admitted VARCHAR) ### Question: What is the most number of Indians admitted to Canada when the number of Sri Lankans admitted was 3104? ### Answer: SELECT MIN(indians_admitted) FROM table_1717824_3 WHERE sri_lankans_admitted = 3104 |
Name the driver/passenger for 30 | CREATE TABLE table_17176509_4 (driver___passenger VARCHAR, position VARCHAR) | SELECT COUNT(driver___passenger) FROM table_17176509_4 WHERE position = 30 | ### Context: CREATE TABLE table_17176509_4 (driver___passenger VARCHAR, position VARCHAR) ### Question: Name the driver/passenger for 30 ### Answer: SELECT COUNT(driver___passenger) FROM table_17176509_4 WHERE position = 30 |
Name the max bike number of position for 30 | CREATE TABLE table_17176509_4 (bike_no INTEGER, position VARCHAR) | SELECT MAX(bike_no) FROM table_17176509_4 WHERE position = 30 | ### Context: CREATE TABLE table_17176509_4 (bike_no INTEGER, position VARCHAR) ### Question: Name the max bike number of position for 30 ### Answer: SELECT MAX(bike_no) FROM table_17176509_4 WHERE position = 30 |
Who had the most points in game 4? | CREATE TABLE table_17190012_12 (high_points VARCHAR, game VARCHAR) | SELECT high_points FROM table_17190012_12 WHERE game = 4 | ### Context: CREATE TABLE table_17190012_12 (high_points VARCHAR, game VARCHAR) ### Question: Who had the most points in game 4? ### Answer: SELECT high_points FROM table_17190012_12 WHERE game = 4 |
Name the number of going to for thurlby, braceborough spa at departure being 16.50 | CREATE TABLE table_17200372_2 (going_to VARCHAR, calling_at VARCHAR, departure VARCHAR) | SELECT COUNT(going_to) FROM table_17200372_2 WHERE calling_at = "Thurlby, Braceborough Spa" AND departure = "16.50" | ### Context: CREATE TABLE table_17200372_2 (going_to VARCHAR, calling_at VARCHAR, departure VARCHAR) ### Question: Name the number of going to for thurlby, braceborough spa at departure being 16.50 ### Answer: SELECT COUNT(going_to) FROM table_17200372_2 WHERE calling_at = "Thurlby, Braceborough Spa" AND departure = "... |
Name the departure for spalding | CREATE TABLE table_17200372_2 (departure VARCHAR, going_to VARCHAR) | SELECT departure FROM table_17200372_2 WHERE going_to = "Spalding" | ### Context: CREATE TABLE table_17200372_2 (departure VARCHAR, going_to VARCHAR) ### Question: Name the departure for spalding ### Answer: SELECT departure FROM table_17200372_2 WHERE going_to = "Spalding" |
who scored highest points on the game with record 27–5 | CREATE TABLE table_17190012_7 (high_points VARCHAR, record VARCHAR) | SELECT high_points FROM table_17190012_7 WHERE record = "27–5" | ### Context: CREATE TABLE table_17190012_7 (high_points VARCHAR, record VARCHAR) ### Question: who scored highest points on the game with record 27–5 ### Answer: SELECT high_points FROM table_17190012_7 WHERE record = "27–5" |
who did highest rebounds in the game with score w 105–88 (ot) | CREATE TABLE table_17190012_7 (high_rebounds VARCHAR, score VARCHAR) | SELECT high_rebounds FROM table_17190012_7 WHERE score = "W 105–88 (OT)" | ### Context: CREATE TABLE table_17190012_7 (high_rebounds VARCHAR, score VARCHAR) ### Question: who did highest rebounds in the game with score w 105–88 (ot) ### Answer: SELECT high_rebounds FROM table_17190012_7 WHERE score = "W 105–88 (OT)" |
how many records were made on the game that ended with score w 121–119 (ot) | CREATE TABLE table_17190012_7 (record VARCHAR, score VARCHAR) | SELECT COUNT(record) FROM table_17190012_7 WHERE score = "W 121–119 (OT)" | ### Context: CREATE TABLE table_17190012_7 (record VARCHAR, score VARCHAR) ### Question: how many records were made on the game that ended with score w 121–119 (ot) ### Answer: SELECT COUNT(record) FROM table_17190012_7 WHERE score = "W 121–119 (OT)" |
What was the team's position when the new manager was Lucas Alcaraz? | CREATE TABLE table_17201869_3 (position_in_table VARCHAR, replaced_by VARCHAR) | SELECT position_in_table FROM table_17201869_3 WHERE replaced_by = "Lucas Alcaraz" | ### Context: CREATE TABLE table_17201869_3 (position_in_table VARCHAR, replaced_by VARCHAR) ### Question: What was the team's position when the new manager was Lucas Alcaraz? ### Answer: SELECT position_in_table FROM table_17201869_3 WHERE replaced_by = "Lucas Alcaraz" |
Who replaced outgoing manager José Ángel Ziganda? | CREATE TABLE table_17201869_3 (replaced_by VARCHAR, outgoing_manager VARCHAR) | SELECT replaced_by FROM table_17201869_3 WHERE outgoing_manager = "José Ángel Ziganda" | ### Context: CREATE TABLE table_17201869_3 (replaced_by VARCHAR, outgoing_manager VARCHAR) ### Question: Who replaced outgoing manager José Ángel Ziganda? ### Answer: SELECT replaced_by FROM table_17201869_3 WHERE outgoing_manager = "José Ángel Ziganda" |
What grid did the driver who earned 19 points start at? | CREATE TABLE table_17244483_1 (grid VARCHAR, points VARCHAR) | SELECT grid FROM table_17244483_1 WHERE points = "19" | ### Context: CREATE TABLE table_17244483_1 (grid VARCHAR, points VARCHAR) ### Question: What grid did the driver who earned 19 points start at? ### Answer: SELECT grid FROM table_17244483_1 WHERE points = "19" |
Scott Dixon had how many Grid positions? | CREATE TABLE table_17244483_1 (grid VARCHAR, driver VARCHAR) | SELECT COUNT(grid) FROM table_17244483_1 WHERE driver = "Scott Dixon" | ### Context: CREATE TABLE table_17244483_1 (grid VARCHAR, driver VARCHAR) ### Question: Scott Dixon had how many Grid positions? ### Answer: SELECT COUNT(grid) FROM table_17244483_1 WHERE driver = "Scott Dixon" |
Car number 15 earned what time? | CREATE TABLE table_17244483_1 (time_retired VARCHAR, car_no VARCHAR) | SELECT time_retired FROM table_17244483_1 WHERE car_no = 15 | ### Context: CREATE TABLE table_17244483_1 (time_retired VARCHAR, car_no VARCHAR) ### Question: Car number 15 earned what time? ### Answer: SELECT time_retired FROM table_17244483_1 WHERE car_no = 15 |
How many positions did the car with a final time of +10.8098 finish in? | CREATE TABLE table_17244483_1 (fin_pos VARCHAR, time_retired VARCHAR) | SELECT COUNT(fin_pos) FROM table_17244483_1 WHERE time_retired = "+10.8098" | ### Context: CREATE TABLE table_17244483_1 (fin_pos VARCHAR, time_retired VARCHAR) ### Question: How many positions did the car with a final time of +10.8098 finish in? ### Answer: SELECT COUNT(fin_pos) FROM table_17244483_1 WHERE time_retired = "+10.8098" |
Darren Manning finished in what position? | CREATE TABLE table_17244483_1 (fin_pos INTEGER, driver VARCHAR) | SELECT MIN(fin_pos) FROM table_17244483_1 WHERE driver = "Darren Manning" | ### Context: CREATE TABLE table_17244483_1 (fin_pos INTEGER, driver VARCHAR) ### Question: Darren Manning finished in what position? ### Answer: SELECT MIN(fin_pos) FROM table_17244483_1 WHERE driver = "Darren Manning" |
What was the position for the Josef Kaufmann Racing team? | CREATE TABLE table_17246160_1 (position VARCHAR, team VARCHAR) | SELECT position FROM table_17246160_1 WHERE team = "Josef Kaufmann Racing" | ### Context: CREATE TABLE table_17246160_1 (position VARCHAR, team VARCHAR) ### Question: What was the position for the Josef Kaufmann Racing team? ### Answer: SELECT position FROM table_17246160_1 WHERE team = "Josef Kaufmann Racing" |
How many poles did the player have during the Formula BMW Pacific race? | CREATE TABLE table_17246160_1 (poles INTEGER, series VARCHAR) | SELECT MAX(poles) FROM table_17246160_1 WHERE series = "Formula BMW Pacific" | ### Context: CREATE TABLE table_17246160_1 (poles INTEGER, series VARCHAR) ### Question: How many poles did the player have during the Formula BMW Pacific race? ### Answer: SELECT MAX(poles) FROM table_17246160_1 WHERE series = "Formula BMW Pacific" |
Which season did he have 0 points and 31st position? | CREATE TABLE table_17246160_1 (season INTEGER, points VARCHAR, position VARCHAR) | SELECT MAX(season) FROM table_17246160_1 WHERE points = 0 AND position = "31st" | ### Context: CREATE TABLE table_17246160_1 (season INTEGER, points VARCHAR, position VARCHAR) ### Question: Which season did he have 0 points and 31st position? ### Answer: SELECT MAX(season) FROM table_17246160_1 WHERE points = 0 AND position = "31st" |
How many wins did the player have in the Formula BMW World Final? | CREATE TABLE table_17246160_1 (wins VARCHAR, series VARCHAR) | SELECT wins FROM table_17246160_1 WHERE series = "Formula BMW World Final" | ### Context: CREATE TABLE table_17246160_1 (wins VARCHAR, series VARCHAR) ### Question: How many wins did the player have in the Formula BMW World Final? ### Answer: SELECT wins FROM table_17246160_1 WHERE series = "Formula BMW World Final" |
On what date was the episode aired where event 2 was Hang Tough? | CREATE TABLE table_17257687_1 (air_date VARCHAR, event_2 VARCHAR) | SELECT air_date FROM table_17257687_1 WHERE event_2 = "Hang Tough" | ### Context: CREATE TABLE table_17257687_1 (air_date VARCHAR, event_2 VARCHAR) ### Question: On what date was the episode aired where event 2 was Hang Tough? ### Answer: SELECT air_date FROM table_17257687_1 WHERE event_2 = "Hang Tough" |
When event 4 was Whiplash, what was event 2? | CREATE TABLE table_17257687_1 (event_2 VARCHAR, event_4 VARCHAR) | SELECT event_2 FROM table_17257687_1 WHERE event_4 = "Whiplash" | ### Context: CREATE TABLE table_17257687_1 (event_2 VARCHAR, event_4 VARCHAR) ### Question: When event 4 was Whiplash, what was event 2? ### Answer: SELECT event_2 FROM table_17257687_1 WHERE event_4 = "Whiplash" |
On how many different dates was event 1 Suspension Bridge? | CREATE TABLE table_17257687_1 (air_date VARCHAR, event_1 VARCHAR) | SELECT COUNT(air_date) FROM table_17257687_1 WHERE event_1 = "Suspension Bridge" | ### Context: CREATE TABLE table_17257687_1 (air_date VARCHAR, event_1 VARCHAR) ### Question: On how many different dates was event 1 Suspension Bridge? ### Answer: SELECT COUNT(air_date) FROM table_17257687_1 WHERE event_1 = "Suspension Bridge" |
On which episode number is event 4 The Wall and event 1 the Pendulum? | CREATE TABLE table_17257687_1 (episode_number VARCHAR, event_4 VARCHAR, event_1 VARCHAR) | SELECT COUNT(episode_number) FROM table_17257687_1 WHERE event_4 = "The Wall" AND event_1 = "Pendulum" | ### Context: CREATE TABLE table_17257687_1 (episode_number VARCHAR, event_4 VARCHAR, event_1 VARCHAR) ### Question: On which episode number is event 4 The Wall and event 1 the Pendulum? ### Answer: SELECT COUNT(episode_number) FROM table_17257687_1 WHERE event_4 = "The Wall" AND event_1 = "Pendulum" |
What was event 2 when event 1 was Atlasphere? | CREATE TABLE table_17257687_1 (event_2 VARCHAR, event_1 VARCHAR) | SELECT event_2 FROM table_17257687_1 WHERE event_1 = "Atlasphere" | ### Context: CREATE TABLE table_17257687_1 (event_2 VARCHAR, event_1 VARCHAR) ### Question: What was event 2 when event 1 was Atlasphere? ### Answer: SELECT event_2 FROM table_17257687_1 WHERE event_1 = "Atlasphere" |
What is the car number driven by Darren Manning? | CREATE TABLE table_17256857_1 (car_no VARCHAR, driver VARCHAR) | SELECT car_no FROM table_17256857_1 WHERE driver = "Darren Manning" | ### Context: CREATE TABLE table_17256857_1 (car_no VARCHAR, driver VARCHAR) ### Question: What is the car number driven by Darren Manning? ### Answer: SELECT car_no FROM table_17256857_1 WHERE driver = "Darren Manning" |
Which position earned 50 points? | CREATE TABLE table_17256857_1 (fin_pos INTEGER, points VARCHAR) | SELECT MAX(fin_pos) FROM table_17256857_1 WHERE points = "50" | ### Context: CREATE TABLE table_17256857_1 (fin_pos INTEGER, points VARCHAR) ### Question: Which position earned 50 points? ### Answer: SELECT MAX(fin_pos) FROM table_17256857_1 WHERE points = "50" |
How many drivers on the grid are called Vitor Meira? | CREATE TABLE table_17256857_1 (grid VARCHAR, driver VARCHAR) | SELECT COUNT(grid) FROM table_17256857_1 WHERE driver = "Vitor Meira" | ### Context: CREATE TABLE table_17256857_1 (grid VARCHAR, driver VARCHAR) ### Question: How many drivers on the grid are called Vitor Meira? ### Answer: SELECT COUNT(grid) FROM table_17256857_1 WHERE driver = "Vitor Meira" |
If the equation is 0 × 9² + 3 × 9 + 3, what is the result? | CREATE TABLE table_17265535_7 (result INTEGER, equation VARCHAR) | SELECT MIN(result) FROM table_17265535_7 WHERE equation = "0 × 9² + 3 × 9 + 3" | ### Context: CREATE TABLE table_17265535_7 (result INTEGER, equation VARCHAR) ### Question: If the equation is 0 × 9² + 3 × 9 + 3, what is the result? ### Answer: SELECT MIN(result) FROM table_17265535_7 WHERE equation = "0 × 9² + 3 × 9 + 3" |
If the equation is 6 × 9² + 6 × 9 + 6, what is the 3rd throw? | CREATE TABLE table_17265535_7 (equation VARCHAR) | SELECT MAX(3 AS rd_throw) FROM table_17265535_7 WHERE equation = "6 × 9² + 6 × 9 + 6" | ### Context: CREATE TABLE table_17265535_7 (equation VARCHAR) ### Question: If the equation is 6 × 9² + 6 × 9 + 6, what is the 3rd throw? ### Answer: SELECT MAX(3 AS rd_throw) FROM table_17265535_7 WHERE equation = "6 × 9² + 6 × 9 + 6" |
If the equation is 8 × 9² + 8 × 9 + 8, what is the 2nd throw? | CREATE TABLE table_17265535_7 (equation VARCHAR) | SELECT MIN(2 AS nd_throw) FROM table_17265535_7 WHERE equation = "8 × 9² + 8 × 9 + 8" | ### Context: CREATE TABLE table_17265535_7 (equation VARCHAR) ### Question: If the equation is 8 × 9² + 8 × 9 + 8, what is the 2nd throw? ### Answer: SELECT MIN(2 AS nd_throw) FROM table_17265535_7 WHERE equation = "8 × 9² + 8 × 9 + 8" |
If the equation is 1 × 9² + 4 × 9 + 0, what is the 2nd throw? | CREATE TABLE table_17265535_7 (equation VARCHAR) | SELECT 2 AS nd_throw FROM table_17265535_7 WHERE equation = "1 × 9² + 4 × 9 + 0" | ### Context: CREATE TABLE table_17265535_7 (equation VARCHAR) ### Question: If the equation is 1 × 9² + 4 × 9 + 0, what is the 2nd throw? ### Answer: SELECT 2 AS nd_throw FROM table_17265535_7 WHERE equation = "1 × 9² + 4 × 9 + 0" |
If the equation is 6 × 9² + 6 × 9 + 6, what is the 2nd throw? | CREATE TABLE table_17265535_7 (equation VARCHAR) | SELECT MAX(2 AS nd_throw) FROM table_17265535_7 WHERE equation = "6 × 9² + 6 × 9 + 6" | ### Context: CREATE TABLE table_17265535_7 (equation VARCHAR) ### Question: If the equation is 6 × 9² + 6 × 9 + 6, what is the 2nd throw? ### Answer: SELECT MAX(2 AS nd_throw) FROM table_17265535_7 WHERE equation = "6 × 9² + 6 × 9 + 6" |
When they played San Lorenzo, what was the score of the second leg? | CREATE TABLE table_17282875_3 (team__number1 VARCHAR) | SELECT 2 AS nd_leg FROM table_17282875_3 WHERE team__number1 = "San Lorenzo" | ### Context: CREATE TABLE table_17282875_3 (team__number1 VARCHAR) ### Question: When they played San Lorenzo, what was the score of the second leg? ### Answer: SELECT 2 AS nd_leg FROM table_17282875_3 WHERE team__number1 = "San Lorenzo" |
When they played Universidad de Chile, what was the score of the first leg? | CREATE TABLE table_17282875_3 (team__number2 VARCHAR) | SELECT COUNT(1 AS st_leg) FROM table_17282875_3 WHERE team__number2 = "Universidad de Chile" | ### Context: CREATE TABLE table_17282875_3 (team__number2 VARCHAR) ### Question: When they played Universidad de Chile, what was the score of the first leg? ### Answer: SELECT COUNT(1 AS st_leg) FROM table_17282875_3 WHERE team__number2 = "Universidad de Chile" |
Who played San Lorenzo? | CREATE TABLE table_17282875_3 (team__number2 VARCHAR, team__number1 VARCHAR) | SELECT team__number2 FROM table_17282875_3 WHERE team__number1 = "San Lorenzo" | ### Context: CREATE TABLE table_17282875_3 (team__number2 VARCHAR, team__number1 VARCHAR) ### Question: Who played San Lorenzo? ### Answer: SELECT team__number2 FROM table_17282875_3 WHERE team__number1 = "San Lorenzo" |
Who played River Plate? | CREATE TABLE table_17282875_3 (team__number2 VARCHAR, team__number1 VARCHAR) | SELECT team__number2 FROM table_17282875_3 WHERE team__number1 = "River Plate" | ### Context: CREATE TABLE table_17282875_3 (team__number2 VARCHAR, team__number1 VARCHAR) ### Question: Who played River Plate? ### Answer: SELECT team__number2 FROM table_17282875_3 WHERE team__number1 = "River Plate" |
What was the score on the 1st leg if the team 2 is botafogo? | CREATE TABLE table_17282875_2 (team__number2 VARCHAR) | SELECT COUNT(1 AS st_leg) FROM table_17282875_2 WHERE team__number2 = "Botafogo" | ### Context: CREATE TABLE table_17282875_2 (team__number2 VARCHAR) ### Question: What was the score on the 1st leg if the team 2 is botafogo? ### Answer: SELECT COUNT(1 AS st_leg) FROM table_17282875_2 WHERE team__number2 = "Botafogo" |
Who played against team 1 Vitória? | CREATE TABLE table_17282875_2 (team__number2 VARCHAR, team__number1 VARCHAR) | SELECT team__number2 FROM table_17282875_2 WHERE team__number1 = "Vitória" | ### Context: CREATE TABLE table_17282875_2 (team__number2 VARCHAR, team__number1 VARCHAR) ### Question: Who played against team 1 Vitória? ### Answer: SELECT team__number2 FROM table_17282875_2 WHERE team__number1 = "Vitória" |
Who played against team 1 Liverpool? | CREATE TABLE table_17282875_2 (team__number2 VARCHAR, team__number1 VARCHAR) | SELECT team__number2 FROM table_17282875_2 WHERE team__number1 = "Liverpool" | ### Context: CREATE TABLE table_17282875_2 (team__number2 VARCHAR, team__number1 VARCHAR) ### Question: Who played against team 1 Liverpool? ### Answer: SELECT team__number2 FROM table_17282875_2 WHERE team__number1 = "Liverpool" |
What was the game's points against Team 2 Deportivo Anzoátegui? | CREATE TABLE table_17282875_2 (points VARCHAR, team__number2 VARCHAR) | SELECT points FROM table_17282875_2 WHERE team__number2 = "Deportivo Anzoátegui" | ### Context: CREATE TABLE table_17282875_2 (points VARCHAR, team__number2 VARCHAR) ### Question: What was the game's points against Team 2 Deportivo Anzoátegui? ### Answer: SELECT points FROM table_17282875_2 WHERE team__number2 = "Deportivo Anzoátegui" |
How many different items appear in the high points column when the location attendance was US Airways Center 18,422? | CREATE TABLE table_17288825_10 (high_points VARCHAR, location_attendance VARCHAR) | SELECT COUNT(high_points) FROM table_17288825_10 WHERE location_attendance = "US Airways Center 18,422" | ### Context: CREATE TABLE table_17288825_10 (high_points VARCHAR, location_attendance VARCHAR) ### Question: How many different items appear in the high points column when the location attendance was US Airways Center 18,422? ### Answer: SELECT COUNT(high_points) FROM table_17288825_10 WHERE location_attendance = "US A... |
What was the high assists on April 7? | CREATE TABLE table_17288825_10 (high_assists VARCHAR, date VARCHAR) | SELECT high_assists FROM table_17288825_10 WHERE date = "April 7" | ### Context: CREATE TABLE table_17288825_10 (high_assists VARCHAR, date VARCHAR) ### Question: What was the high assists on April 7? ### Answer: SELECT high_assists FROM table_17288825_10 WHERE date = "April 7" |
What is the score for the game played on January 25? | CREATE TABLE table_17288825_7 (score VARCHAR, date VARCHAR) | SELECT score FROM table_17288825_7 WHERE date = "January 25" | ### Context: CREATE TABLE table_17288825_7 (score VARCHAR, date VARCHAR) ### Question: What is the score for the game played on January 25? ### Answer: SELECT score FROM table_17288825_7 WHERE date = "January 25" |
What is the record for the team on January 19? | CREATE TABLE table_17288825_7 (record VARCHAR, date VARCHAR) | SELECT record FROM table_17288825_7 WHERE date = "January 19" | ### Context: CREATE TABLE table_17288825_7 (record VARCHAR, date VARCHAR) ### Question: What is the record for the team on January 19? ### Answer: SELECT record FROM table_17288825_7 WHERE date = "January 19" |
How many times did Ron Artest (24) receive the record for high points? | CREATE TABLE table_17288825_7 (record VARCHAR, high_points VARCHAR) | SELECT COUNT(record) FROM table_17288825_7 WHERE high_points = "Ron Artest (24)" | ### Context: CREATE TABLE table_17288825_7 (record VARCHAR, high_points VARCHAR) ### Question: How many times did Ron Artest (24) receive the record for high points? ### Answer: SELECT COUNT(record) FROM table_17288825_7 WHERE high_points = "Ron Artest (24)" |
At what location and what was the attendance when Rafer Alston (10) achieved high assists? | CREATE TABLE table_17288825_7 (location_attendance VARCHAR, high_assists VARCHAR) | SELECT location_attendance FROM table_17288825_7 WHERE high_assists = "Rafer Alston (10)" | ### Context: CREATE TABLE table_17288825_7 (location_attendance VARCHAR, high_assists VARCHAR) ### Question: At what location and what was the attendance when Rafer Alston (10) achieved high assists? ### Answer: SELECT location_attendance FROM table_17288825_7 WHERE high_assists = "Rafer Alston (10)" |
At what game number was the attendance at Conseco Fieldhouse 14,486? | CREATE TABLE table_17288825_7 (game INTEGER, location_attendance VARCHAR) | SELECT MAX(game) FROM table_17288825_7 WHERE location_attendance = "Conseco Fieldhouse 14,486" | ### Context: CREATE TABLE table_17288825_7 (game INTEGER, location_attendance VARCHAR) ### Question: At what game number was the attendance at Conseco Fieldhouse 14,486? ### Answer: SELECT MAX(game) FROM table_17288825_7 WHERE location_attendance = "Conseco Fieldhouse 14,486" |
What is the number of the game that was played on January 19? | CREATE TABLE table_17288845_7 (game INTEGER, date VARCHAR) | SELECT MAX(game) FROM table_17288845_7 WHERE date = "January 19" | ### Context: CREATE TABLE table_17288845_7 (game INTEGER, date VARCHAR) ### Question: What is the number of the game that was played on January 19? ### Answer: SELECT MAX(game) FROM table_17288845_7 WHERE date = "January 19" |
Name the record for verizon center 20,173 | CREATE TABLE table_17288845_8 (record VARCHAR, location_attendance VARCHAR) | SELECT record FROM table_17288845_8 WHERE location_attendance = "Verizon Center 20,173" | ### Context: CREATE TABLE table_17288845_8 (record VARCHAR, location_attendance VARCHAR) ### Question: Name the record for verizon center 20,173 ### Answer: SELECT record FROM table_17288845_8 WHERE location_attendance = "Verizon Center 20,173" |
Name the date for score l 89–91 (ot) | CREATE TABLE table_17288845_8 (date VARCHAR, score VARCHAR) | SELECT date FROM table_17288845_8 WHERE score = "L 89–91 (OT)" | ### Context: CREATE TABLE table_17288845_8 (date VARCHAR, score VARCHAR) ### Question: Name the date for score l 89–91 (ot) ### Answer: SELECT date FROM table_17288845_8 WHERE score = "L 89–91 (OT)" |
What was the team record when the team was Cleveland? | CREATE TABLE table_17288861_5 (record VARCHAR, team VARCHAR) | SELECT record FROM table_17288861_5 WHERE team = "Cleveland" | ### Context: CREATE TABLE table_17288861_5 (record VARCHAR, team VARCHAR) ### Question: What was the team record when the team was Cleveland? ### Answer: SELECT record FROM table_17288861_5 WHERE team = "Cleveland" |
Name the high assists for l 93–103 (ot) | CREATE TABLE table_17288861_9 (high_assists VARCHAR, score VARCHAR) | SELECT high_assists FROM table_17288861_9 WHERE score = "L 93–103 (OT)" | ### Context: CREATE TABLE table_17288861_9 (high_assists VARCHAR, score VARCHAR) ### Question: Name the high assists for l 93–103 (ot) ### Answer: SELECT high_assists FROM table_17288861_9 WHERE score = "L 93–103 (OT)" |
What was the date of game 21? | CREATE TABLE table_17288869_6 (date VARCHAR, game VARCHAR) | SELECT date FROM table_17288869_6 WHERE game = 21 | ### Context: CREATE TABLE table_17288869_6 (date VARCHAR, game VARCHAR) ### Question: What was the date of game 21? ### Answer: SELECT date FROM table_17288869_6 WHERE game = 21 |
What were the results for round of 32 for Nicole Vaidišová? | CREATE TABLE table_17289604_38 (round_of_32 VARCHAR, athlete VARCHAR) | SELECT round_of_32 FROM table_17289604_38 WHERE athlete = "Nicole Vaidišová" | ### Context: CREATE TABLE table_17289604_38 (round_of_32 VARCHAR, athlete VARCHAR) ### Question: What were the results for round of 32 for Nicole Vaidišová? ### Answer: SELECT round_of_32 FROM table_17289604_38 WHERE athlete = "Nicole Vaidišová" |
How many number of athletes were in round of 64 was llagostera Vives ( esp ) l 6–2, 3–6, 5–7? | CREATE TABLE table_17289604_38 (athlete VARCHAR, round_of_64 VARCHAR) | SELECT COUNT(athlete) FROM table_17289604_38 WHERE round_of_64 = "Llagostera Vives ( ESP ) L 6–2, 3–6, 5–7" | ### Context: CREATE TABLE table_17289604_38 (athlete VARCHAR, round_of_64 VARCHAR) ### Question: How many number of athletes were in round of 64 was llagostera Vives ( esp ) l 6–2, 3–6, 5–7? ### Answer: SELECT COUNT(athlete) FROM table_17289604_38 WHERE round_of_64 = "Llagostera Vives ( ESP ) L 6–2, 3–6, 5–7" |
What was round of 16 when in round 32 it was koryttseva ( ukr ) w 2–6, 6–1, 7–5? | CREATE TABLE table_17289604_38 (round_of_16 VARCHAR, round_of_32 VARCHAR) | SELECT round_of_16 FROM table_17289604_38 WHERE round_of_32 = "Koryttseva ( UKR ) W 2–6, 6–1, 7–5" | ### Context: CREATE TABLE table_17289604_38 (round_of_16 VARCHAR, round_of_32 VARCHAR) ### Question: What was round of 16 when in round 32 it was koryttseva ( ukr ) w 2–6, 6–1, 7–5? ### Answer: SELECT round_of_16 FROM table_17289604_38 WHERE round_of_32 = "Koryttseva ( UKR ) W 2–6, 6–1, 7–5" |
What was round of 64 of the singles event when the result of round 16 was did not advance and the athlete was Iveta Benešová? | CREATE TABLE table_17289604_38 (round_of_64 VARCHAR, athlete VARCHAR, event VARCHAR, round_of_16 VARCHAR) | SELECT round_of_64 FROM table_17289604_38 WHERE event = "Singles" AND round_of_16 = "Did not advance" AND athlete = "Iveta Benešová" | ### Context: CREATE TABLE table_17289604_38 (round_of_64 VARCHAR, athlete VARCHAR, event VARCHAR, round_of_16 VARCHAR) ### Question: What was round of 64 of the singles event when the result of round 16 was did not advance and the athlete was Iveta Benešová? ### Answer: SELECT round_of_64 FROM table_17289604_38 WHERE e... |
What were the quarterfinals in the round of 32 was S williams / V williams ( usa ) l 6–4, 5–7, 1–6? | CREATE TABLE table_17289604_38 (quarterfinals VARCHAR, round_of_32 VARCHAR) | SELECT quarterfinals FROM table_17289604_38 WHERE round_of_32 = "S Williams / V Williams ( USA ) L 6–4, 5–7, 1–6" | ### Context: CREATE TABLE table_17289604_38 (quarterfinals VARCHAR, round_of_32 VARCHAR) ### Question: What were the quarterfinals in the round of 32 was S williams / V williams ( usa ) l 6–4, 5–7, 1–6? ### Answer: SELECT quarterfinals FROM table_17289604_38 WHERE round_of_32 = "S Williams / V Williams ( USA ) L 6–4, ... |
On what day did Dirk Nowitzki (14) have a high rebound? | CREATE TABLE table_17288869_7 (date VARCHAR, high_rebounds VARCHAR) | SELECT date FROM table_17288869_7 WHERE high_rebounds = "Dirk Nowitzki (14)" | ### Context: CREATE TABLE table_17288869_7 (date VARCHAR, high_rebounds VARCHAR) ### Question: On what day did Dirk Nowitzki (14) have a high rebound? ### Answer: SELECT date FROM table_17288869_7 WHERE high_rebounds = "Dirk Nowitzki (14)" |
High points earned by Josh Howard (19) resulted in how many high rebounds? | CREATE TABLE table_17288869_7 (high_rebounds VARCHAR, high_points VARCHAR) | SELECT COUNT(high_rebounds) FROM table_17288869_7 WHERE high_points = "Josh Howard (19)" | ### Context: CREATE TABLE table_17288869_7 (high_rebounds VARCHAR, high_points VARCHAR) ### Question: High points earned by Josh Howard (19) resulted in how many high rebounds? ### Answer: SELECT COUNT(high_rebounds) FROM table_17288869_7 WHERE high_points = "Josh Howard (19)" |
Who had the high assists while Erick Dampier (8) had the high rebounds? | CREATE TABLE table_17288869_7 (high_assists VARCHAR, high_rebounds VARCHAR) | SELECT high_assists FROM table_17288869_7 WHERE high_rebounds = "Erick Dampier (8)" | ### Context: CREATE TABLE table_17288869_7 (high_assists VARCHAR, high_rebounds VARCHAR) ### Question: Who had the high assists while Erick Dampier (8) had the high rebounds? ### Answer: SELECT high_assists FROM table_17288869_7 WHERE high_rebounds = "Erick Dampier (8)" |
Who had the high points while Dirk Nowitzki (13) had the high rebounds? | CREATE TABLE table_17288869_7 (high_points VARCHAR, high_rebounds VARCHAR) | SELECT high_points FROM table_17288869_7 WHERE high_rebounds = "Dirk Nowitzki (13)" | ### Context: CREATE TABLE table_17288869_7 (high_points VARCHAR, high_rebounds VARCHAR) ### Question: Who had the high points while Dirk Nowitzki (13) had the high rebounds? ### Answer: SELECT high_points FROM table_17288869_7 WHERE high_rebounds = "Dirk Nowitzki (13)" |
What was the final record for the game in which Dirk Nowitzki (19) had the high points? | CREATE TABLE table_17288869_7 (record VARCHAR, high_points VARCHAR) | SELECT record FROM table_17288869_7 WHERE high_points = "Dirk Nowitzki (19)" | ### Context: CREATE TABLE table_17288869_7 (record VARCHAR, high_points VARCHAR) ### Question: What was the final record for the game in which Dirk Nowitzki (19) had the high points? ### Answer: SELECT record FROM table_17288869_7 WHERE high_points = "Dirk Nowitzki (19)" |
Which championship had the final opponents of nathalie dechy andy ram? | CREATE TABLE table_1729366_2 (championship VARCHAR, opponents_in_the_final VARCHAR) | SELECT championship FROM table_1729366_2 WHERE opponents_in_the_final = "Nathalie Dechy Andy Ram" | ### Context: CREATE TABLE table_1729366_2 (championship VARCHAR, opponents_in_the_final VARCHAR) ### Question: Which championship had the final opponents of nathalie dechy andy ram? ### Answer: SELECT championship FROM table_1729366_2 WHERE opponents_in_the_final = "Nathalie Dechy Andy Ram" |
What is the upstream speed of the network that costs 39 tl? | CREATE TABLE table_17304621_14 (upstream VARCHAR, price_tl VARCHAR) | SELECT upstream FROM table_17304621_14 WHERE price_tl = "39 TL" | ### Context: CREATE TABLE table_17304621_14 (upstream VARCHAR, price_tl VARCHAR) ### Question: What is the upstream speed of the network that costs 39 tl? ### Answer: SELECT upstream FROM table_17304621_14 WHERE price_tl = "39 TL" |
How many upstream speeds are there for downstream of 20 mbit/s and bandwidth of 40 gb? | CREATE TABLE table_17304621_14 (upstream VARCHAR, downstream VARCHAR, bandwidth VARCHAR) | SELECT COUNT(upstream) FROM table_17304621_14 WHERE downstream = "20 Mbit/s" AND bandwidth = "40 GB" | ### Context: CREATE TABLE table_17304621_14 (upstream VARCHAR, downstream VARCHAR, bandwidth VARCHAR) ### Question: How many upstream speeds are there for downstream of 20 mbit/s and bandwidth of 40 gb? ### Answer: SELECT COUNT(upstream) FROM table_17304621_14 WHERE downstream = "20 Mbit/s" AND bandwidth = "40 GB" |
What is the upstream speed that you get for 89 tl? | CREATE TABLE table_17304621_14 (upstream VARCHAR, price_tl VARCHAR) | SELECT upstream FROM table_17304621_14 WHERE price_tl = "89 TL" | ### Context: CREATE TABLE table_17304621_14 (upstream VARCHAR, price_tl VARCHAR) ### Question: What is the upstream speed that you get for 89 tl? ### Answer: SELECT upstream FROM table_17304621_14 WHERE price_tl = "89 TL" |
What is the bandwidth for downstream of 20 mbit/s for 69 tl? | CREATE TABLE table_17304621_14 (bandwidth VARCHAR, downstream VARCHAR, price_tl VARCHAR) | SELECT bandwidth FROM table_17304621_14 WHERE downstream = "20 Mbit/s" AND price_tl = "69 TL" | ### Context: CREATE TABLE table_17304621_14 (bandwidth VARCHAR, downstream VARCHAR, price_tl VARCHAR) ### Question: What is the bandwidth for downstream of 20 mbit/s for 69 tl? ### Answer: SELECT bandwidth FROM table_17304621_14 WHERE downstream = "20 Mbit/s" AND price_tl = "69 TL" |
What was the year when West Manila has a tariff increase of 6.5? | CREATE TABLE table_17302440_1 (year VARCHAR, west_manila VARCHAR) | SELECT year FROM table_17302440_1 WHERE west_manila = "6.5" | ### Context: CREATE TABLE table_17302440_1 (year VARCHAR, west_manila VARCHAR) ### Question: What was the year when West Manila has a tariff increase of 6.5? ### Answer: SELECT year FROM table_17302440_1 WHERE west_manila = "6.5" |
Of the times the Broncos played the Cincinnati Bengals, what was the highest attendance? | CREATE TABLE table_17294353_1 (attendance INTEGER, opponent VARCHAR) | SELECT MAX(attendance) FROM table_17294353_1 WHERE opponent = "Cincinnati Bengals" | ### Context: CREATE TABLE table_17294353_1 (attendance INTEGER, opponent VARCHAR) ### Question: Of the times the Broncos played the Cincinnati Bengals, what was the highest attendance? ### Answer: SELECT MAX(attendance) FROM table_17294353_1 WHERE opponent = "Cincinnati Bengals" |
When did the Broncos play the Miami Dolphins? | CREATE TABLE table_17294353_1 (date VARCHAR, opponent VARCHAR) | SELECT date FROM table_17294353_1 WHERE opponent = "Miami Dolphins" | ### Context: CREATE TABLE table_17294353_1 (date VARCHAR, opponent VARCHAR) ### Question: When did the Broncos play the Miami Dolphins? ### Answer: SELECT date FROM table_17294353_1 WHERE opponent = "Miami Dolphins" |
In the game with an attendance of 18304, what was the final score? | CREATE TABLE table_17294353_1 (result VARCHAR, attendance VARCHAR) | SELECT result FROM table_17294353_1 WHERE attendance = 18304 | ### Context: CREATE TABLE table_17294353_1 (result VARCHAR, attendance VARCHAR) ### Question: In the game with an attendance of 18304, what was the final score? ### Answer: SELECT result FROM table_17294353_1 WHERE attendance = 18304 |
How many pressure figures are given for the .380 acp cartridge? | CREATE TABLE table_173103_1 (max_pressure VARCHAR, cartridge VARCHAR) | SELECT COUNT(max_pressure) FROM table_173103_1 WHERE cartridge = ".380 ACP" | ### Context: CREATE TABLE table_173103_1 (max_pressure VARCHAR, cartridge VARCHAR) ### Question: How many pressure figures are given for the .380 acp cartridge? ### Answer: SELECT COUNT(max_pressure) FROM table_173103_1 WHERE cartridge = ".380 ACP" |
What is the max pressure of the cartridge where the muzzle energy is 201ft•lbf (273 j)? | CREATE TABLE table_173103_1 (max_pressure VARCHAR, muzzle_energy VARCHAR) | SELECT max_pressure FROM table_173103_1 WHERE muzzle_energy = "201ft•lbf (273 J)" | ### Context: CREATE TABLE table_173103_1 (max_pressure VARCHAR, muzzle_energy VARCHAR) ### Question: What is the max pressure of the cartridge where the muzzle energy is 201ft•lbf (273 j)? ### Answer: SELECT max_pressure FROM table_173103_1 WHERE muzzle_energy = "201ft•lbf (273 J)" |
What is the max pressure of the .38 long colt cartridge? | CREATE TABLE table_173103_1 (max_pressure VARCHAR, cartridge VARCHAR) | SELECT max_pressure FROM table_173103_1 WHERE cartridge = ".38 Long Colt" | ### Context: CREATE TABLE table_173103_1 (max_pressure VARCHAR, cartridge VARCHAR) ### Question: What is the max pressure of the .38 long colt cartridge? ### Answer: SELECT max_pressure FROM table_173103_1 WHERE cartridge = ".38 Long Colt" |
What is the bullet weight when the max pressure is 12,000 cup? | CREATE TABLE table_173103_1 (bullet_weight VARCHAR, max_pressure VARCHAR) | SELECT bullet_weight FROM table_173103_1 WHERE max_pressure = "12,000 CUP" | ### Context: CREATE TABLE table_173103_1 (bullet_weight VARCHAR, max_pressure VARCHAR) ### Question: What is the bullet weight when the max pressure is 12,000 cup? ### Answer: SELECT bullet_weight FROM table_173103_1 WHERE max_pressure = "12,000 CUP" |
What are the scores made by Charlotte team | CREATE TABLE table_17311759_4 (score VARCHAR, team VARCHAR) | SELECT score FROM table_17311759_4 WHERE team = "Charlotte" | ### Context: CREATE TABLE table_17311759_4 (score VARCHAR, team VARCHAR) ### Question: What are the scores made by Charlotte team ### Answer: SELECT score FROM table_17311759_4 WHERE team = "Charlotte" |
Who made highest assists when high rebounds was Al Horford (17) | CREATE TABLE table_17311759_4 (high_assists VARCHAR, high_rebounds VARCHAR) | SELECT high_assists FROM table_17311759_4 WHERE high_rebounds = "Al Horford (17)" | ### Context: CREATE TABLE table_17311759_4 (high_assists VARCHAR, high_rebounds VARCHAR) ### Question: Who made highest assists when high rebounds was Al Horford (17) ### Answer: SELECT high_assists FROM table_17311759_4 WHERE high_rebounds = "Al Horford (17)" |
Give the score when high rebounds was zaza pachulia (8) | CREATE TABLE table_17311759_4 (score VARCHAR, high_rebounds VARCHAR) | SELECT score FROM table_17311759_4 WHERE high_rebounds = "Zaza Pachulia (8)" | ### Context: CREATE TABLE table_17311759_4 (score VARCHAR, high_rebounds VARCHAR) ### Question: Give the score when high rebounds was zaza pachulia (8) ### Answer: SELECT score FROM table_17311759_4 WHERE high_rebounds = "Zaza Pachulia (8)" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.