Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
21,000
<question>: What is every game on November 21? <context>: CREATE TABLE table_27539535_4 (game VARCHAR, november VARCHAR)
SELECT game FROM table_27539535_4 WHERE november = 21
21,001
<question>: What is the highest amount of points? <context>: CREATE TABLE table_27539535_4 (points INTEGER)
SELECT MAX(points) FROM table_27539535_4
21,002
<question>: What is every record for game 13? <context>: CREATE TABLE table_27539535_4 (record VARCHAR, game VARCHAR)
SELECT record FROM table_27539535_4 WHERE game = 13
21,003
<question>: What is the least amount of points? <context>: CREATE TABLE table_27539535_4 (points INTEGER)
SELECT MIN(points) FROM table_27539535_4
21,004
<question>: who was the opponent where the game is 14? <context>: CREATE TABLE table_27539272_5 (opponent VARCHAR, game VARCHAR)
SELECT opponent FROM table_27539272_5 WHERE game = 14
21,005
<question>: what is the total number of locations that had a score of 1-3? <context>: CREATE TABLE table_27539272_5 (location_attendance VARCHAR, score VARCHAR)
SELECT COUNT(location_attendance) FROM table_27539272_5 WHERE score = "1-3"
21,006
<question>: what is the maximum number of points? <context>: CREATE TABLE table_27539272_5 (points INTEGER)
SELECT MAX(points) FROM table_27539272_5
21,007
<question>: what is the record that had a score of 5-3? <context>: CREATE TABLE table_27539272_5 (record VARCHAR, score VARCHAR)
SELECT record FROM table_27539272_5 WHERE score = "5-3"
21,008
<question>: what is the record for score 1-3? <context>: CREATE TABLE table_27539272_5 (record VARCHAR, score VARCHAR)
SELECT record FROM table_27539272_5 WHERE score = "1-3"
21,009
<question>: what is the number of original airdate written by allan hawco? <context>: CREATE TABLE table_27547668_4 (original_airdate VARCHAR, written_by VARCHAR)
SELECT COUNT(original_airdate) FROM table_27547668_4 WHERE written_by = "Allan Hawco"
21,010
<question>: what is the total number of films directy and written by john callaghan? <context>: CREATE TABLE table_27547668_4 (directed_by VARCHAR, written_by VARCHAR)
SELECT COUNT(directed_by) FROM table_27547668_4 WHERE written_by = "John Callaghan"
21,011
<question>: How many times was the date october 3, 2010? <context>: CREATE TABLE table_27552095_27 (player VARCHAR, date VARCHAR)
SELECT COUNT(player) FROM table_27552095_27 WHERE date = "October 3, 2010"
21,012
<question>: How many institutions are shown for the football stadium of mosaic stadium? <context>: CREATE TABLE table_27599216_6 (institution VARCHAR, football_stadium VARCHAR)
SELECT COUNT(institution) FROM table_27599216_6 WHERE football_stadium = "Mosaic Stadium"
21,013
<question>: What year was mcmahon stadium founded? <context>: CREATE TABLE table_27599216_6 (founded INTEGER, football_stadium VARCHAR)
SELECT MAX(founded) FROM table_27599216_6 WHERE football_stadium = "McMahon Stadium"
21,014
<question>: What is the year founded for the team Dinos? <context>: CREATE TABLE table_27599216_6 (founded INTEGER, team VARCHAR)
SELECT MAX(founded) FROM table_27599216_6 WHERE team = "Dinos"
21,015
<question>: What is the capacity for the institution of university of alberta? <context>: CREATE TABLE table_27599216_6 (capacity VARCHAR, institution VARCHAR)
SELECT capacity FROM table_27599216_6 WHERE institution = "University of Alberta"
21,016
<question>: Which institution has an endowment of $25.9m? <context>: CREATE TABLE table_27599216_6 (institution VARCHAR, endowment VARCHAR)
SELECT institution FROM table_27599216_6 WHERE endowment = "$25.9M"
21,017
<question>: What is the ramsan-810 transfer delay? <context>: CREATE TABLE table_27615520_1 (latency__microseconds_ VARCHAR, product_name VARCHAR)
SELECT COUNT(latency__microseconds_) FROM table_27615520_1 WHERE product_name = "RamSan-810"
21,018
<question>: What is the shape distortion for the range frequency of 10? <context>: CREATE TABLE table_27615520_1 (form_factor VARCHAR, bandwidth__gb_s_ VARCHAR)
SELECT form_factor FROM table_27615520_1 WHERE bandwidth__gb_s_ = "10"
21,019
<question>: List the number of ramsan-720 hard drives? <context>: CREATE TABLE table_27615520_1 (storage_medium VARCHAR, product_name VARCHAR)
SELECT COUNT(storage_medium) FROM table_27615520_1 WHERE product_name = "RamSan-720"
21,020
<question>: List the range distroration for the ramsan-630 <context>: CREATE TABLE table_27615520_1 (form_factor VARCHAR, product_name VARCHAR)
SELECT form_factor FROM table_27615520_1 WHERE product_name = "RamSan-630"
21,021
<question>: What is the Input/output operations per second for the emlc flash? <context>: CREATE TABLE table_27615520_1 (speed___iops__ VARCHAR, storage_medium VARCHAR)
SELECT speed___iops__ FROM table_27615520_1 WHERE storage_medium = "eMLC Flash"
21,022
<question>: What is the score for the game with the record of 3–12? <context>: CREATE TABLE table_27698941_6 (score VARCHAR, record VARCHAR)
SELECT score FROM table_27698941_6 WHERE record = "3–12"
21,023
<question>: What is the game number for the game with a score of l 90–106 (ot)? <context>: CREATE TABLE table_27698941_6 (game VARCHAR, score VARCHAR)
SELECT game FROM table_27698941_6 WHERE score = "L 90–106 (OT)"
21,024
<question>: How many games are shown for the game where andre iguodala (9) had the high rebounds? <context>: CREATE TABLE table_27698941_6 (game VARCHAR, high_rebounds VARCHAR)
SELECT COUNT(game) FROM table_27698941_6 WHERE high_rebounds = "Andre Iguodala (9)"
21,025
<question>: Who had the most the most rebounds and how many did they have on April 1? <context>: CREATE TABLE table_27700530_14 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27700530_14 WHERE date = "April 1"
21,026
<question>: Where was the game and what was the attendance on April 3? <context>: CREATE TABLE table_27700530_14 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_27700530_14 WHERE date = "April 3"
21,027
<question>: How many high rebounds are listed for game 35? <context>: CREATE TABLE table_27704187_8 (high_rebounds VARCHAR, game VARCHAR)
SELECT COUNT(high_rebounds) FROM table_27704187_8 WHERE game = 35
21,028
<question>: If the Close ranged weapons are the knife (stone), knife (iron), what are the Long ranged weapons? <context>: CREATE TABLE table_27704991_1 (long_ranged_weapons VARCHAR, close_ranged_weapons VARCHAR)
SELECT long_ranged_weapons FROM table_27704991_1 WHERE close_ranged_weapons = "Knife (stone), Knife (iron)"
21,029
<question>: If the special weapon is the Grenado, what is the armor? <context>: CREATE TABLE table_27704991_1 (armor VARCHAR, special_weapon VARCHAR)
SELECT armor FROM table_27704991_1 WHERE special_weapon = "Grenado"
21,030
<question>: If the armor is bronze cuirass , linothorax, what are the close ranged weapons? <context>: CREATE TABLE table_27704991_1 (close_ranged_weapons VARCHAR, armor VARCHAR)
SELECT close_ranged_weapons FROM table_27704991_1 WHERE armor = "Bronze cuirass , Linothorax"
21,031
<question>: If the special weapon is glass egg, what is the close ranged weapon? <context>: CREATE TABLE table_27704991_1 (close_ranged_weapons VARCHAR, special_weapon VARCHAR)
SELECT close_ranged_weapons FROM table_27704991_1 WHERE special_weapon = "Glass egg"
21,032
<question>: Who had the high rebounds record on December 12? <context>: CREATE TABLE table_27712702_8 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27712702_8 WHERE date = "December 12"
21,033
<question>: What was the record on December 27? <context>: CREATE TABLE table_27712702_8 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27712702_8 WHERE date = "December 27"
21,034
<question>: What game number is the Washington team. <context>: CREATE TABLE table_27713583_6 (game VARCHAR, team VARCHAR)
SELECT COUNT(game) FROM table_27713583_6 WHERE team = "Washington"
21,035
<question>: Name the location attendance april 5 <context>: CREATE TABLE table_27713583_11 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_27713583_11 WHERE date = "April 5"
21,036
<question>: Name the high assists for madison square garden 19,763 and record is 39–38 <context>: CREATE TABLE table_27713583_11 (high_assists VARCHAR, location_attendance VARCHAR, record VARCHAR)
SELECT high_assists FROM table_27713583_11 WHERE location_attendance = "Madison Square Garden 19,763" AND record = "39–38"
21,037
<question>: Name the date for cleveland <context>: CREATE TABLE table_27713583_11 (date VARCHAR, team VARCHAR)
SELECT date FROM table_27713583_11 WHERE team = "Cleveland"
21,038
<question>: What is the original air date when the u.s. viewers in millions was 5.39? <context>: CREATE TABLE table_27720737_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
SELECT original_air_date FROM table_27720737_1 WHERE us_viewers__million_ = "5.39"
21,039
<question>: What is the title of the series # 8? <context>: CREATE TABLE table_27720737_1 (title VARCHAR, series__number VARCHAR)
SELECT title FROM table_27720737_1 WHERE series__number = 8
21,040
<question>: What is the highest series # directed by ken whittingham? <context>: CREATE TABLE table_27720737_1 (series__number INTEGER, directed_by VARCHAR)
SELECT MAX(series__number) FROM table_27720737_1 WHERE directed_by = "Ken Whittingham"
21,041
<question>: How many episodes had a production code 120? <context>: CREATE TABLE table_27720737_1 (series__number VARCHAR, production_code VARCHAR)
SELECT COUNT(series__number) FROM table_27720737_1 WHERE production_code = 120
21,042
<question>: Who had the most rebounds and how many did they have on October 16? <context>: CREATE TABLE table_27722408_2 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27722408_2 WHERE date = "October 16"
21,043
<question>: Who had the most assists and how many did they have on October 7? <context>: CREATE TABLE table_27722408_2 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27722408_2 WHERE date = "October 7"
21,044
<question>: What team did the Hornets play in game 4? <context>: CREATE TABLE table_27723228_3 (team VARCHAR, game VARCHAR)
SELECT team FROM table_27723228_3 WHERE game = 4
21,045
<question>: Name the high assists for l 103–104 (ot) <context>: CREATE TABLE table_27723526_12 (high_assists VARCHAR, score VARCHAR)
SELECT high_assists FROM table_27723526_12 WHERE score = "L 103–104 (OT)"
21,046
<question>: Name the high points for march 30 <context>: CREATE TABLE table_27723526_12 (high_points VARCHAR, date VARCHAR)
SELECT high_points FROM table_27723526_12 WHERE date = "March 30"
21,047
<question>: Name the score for josé juan barea (8) <context>: CREATE TABLE table_27723526_12 (score VARCHAR, high_assists VARCHAR)
SELECT score FROM table_27723526_12 WHERE high_assists = "José Juan Barea (8)"
21,048
<question>: What is the game number played on April 3? <context>: CREATE TABLE table_27723526_13 (game INTEGER, date VARCHAR)
SELECT MAX(game) FROM table_27723526_13 WHERE date = "April 3"
21,049
<question>: What is the record after the Phoenix game? <context>: CREATE TABLE table_27723526_13 (record VARCHAR, team VARCHAR)
SELECT record FROM table_27723526_13 WHERE team = "Phoenix"
21,050
<question>: How many games had Robin Lopez (10) for the most rebounds? <context>: CREATE TABLE table_27733258_2 (game VARCHAR, high_rebounds VARCHAR)
SELECT COUNT(game) FROM table_27733258_2 WHERE high_rebounds = "Robin Lopez (10)"
21,051
<question>: What two players had the highest rebounds for the October 14 game? <context>: CREATE TABLE table_27733258_2 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27733258_2 WHERE date = "October 14"
21,052
<question>: Name the team for january 17 <context>: CREATE TABLE table_27733909_7 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27733909_7 WHERE date = "January 17"
21,053
<question>: Name the team for score l 102–122 (ot) <context>: CREATE TABLE table_27733909_7 (team VARCHAR, score VARCHAR)
SELECT team FROM table_27733909_7 WHERE score = "L 102–122 (OT)"
21,054
<question>: Name the number of high rebounds for january 5 <context>: CREATE TABLE table_27733909_7 (high_rebounds VARCHAR, date VARCHAR)
SELECT COUNT(high_rebounds) FROM table_27733909_7 WHERE date = "January 5"
21,055
<question>: Who is the mixed doubled on the tour korea super series? <context>: CREATE TABLE table_27753492_2 (mixed_doubles VARCHAR, tour VARCHAR)
SELECT mixed_doubles FROM table_27753492_2 WHERE tour = "Korea Super Series"
21,056
<question>: Who is the women's doubles when the mixed doubles are sudket prapakamol saralee thungthongkam? <context>: CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, mixed_doubles VARCHAR)
SELECT womens_doubles FROM table_27753492_2 WHERE mixed_doubles = "Sudket Prapakamol Saralee Thungthongkam"
21,057
<question>: Who were the womens doubles when the mixed doubles were zhang nan zhao yunlei on the tour all england super series? <context>: CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, mixed_doubles VARCHAR, tour VARCHAR)
SELECT womens_doubles FROM table_27753492_2 WHERE mixed_doubles = "Zhang Nan Zhao Yunlei" AND tour = "All England Super Series"
21,058
<question>: Who is the womens doubles on the tour french super series? <context>: CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, tour VARCHAR)
SELECT womens_doubles FROM table_27753492_2 WHERE tour = "French Super Series"
21,059
<question>: What was the score in the game in which Michael Beasley (26) did the high points? <context>: CREATE TABLE table_27756314_11 (score VARCHAR, high_points VARCHAR)
SELECT score FROM table_27756314_11 WHERE high_points = "Michael Beasley (26)"
21,060
<question>: Who did the most high rebounds on April 6? <context>: CREATE TABLE table_27756314_11 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27756314_11 WHERE date = "April 6"
21,061
<question>: How many different results for high rebounds were there for game number 76? <context>: CREATE TABLE table_27756314_11 (high_rebounds VARCHAR, game VARCHAR)
SELECT COUNT(high_rebounds) FROM table_27756314_11 WHERE game = 76
21,062
<question>: In how many different games did Luke Ridnour (5) did the most high assists? <context>: CREATE TABLE table_27756314_11 (game VARCHAR, high_assists VARCHAR)
SELECT COUNT(game) FROM table_27756314_11 WHERE high_assists = "Luke Ridnour (5)"
21,063
<question>: Who had the high points when the team was charlotte? <context>: CREATE TABLE table_27756314_8 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_27756314_8 WHERE team = "Charlotte"
21,064
<question>: What is the highest game with team @ l.a. clippers? <context>: CREATE TABLE table_27756314_8 (game INTEGER, team VARCHAR)
SELECT MAX(game) FROM table_27756314_8 WHERE team = "@ L.A. Clippers"
21,065
<question>: What is the date for the game with team orlando? <context>: CREATE TABLE table_27756314_8 (date VARCHAR, team VARCHAR)
SELECT date FROM table_27756314_8 WHERE team = "Orlando"
21,066
<question>: How many times did kevin love (22) have the high points? <context>: CREATE TABLE table_27756314_8 (date VARCHAR, high_points VARCHAR)
SELECT COUNT(date) FROM table_27756314_8 WHERE high_points = "Kevin Love (22)"
21,067
<question>: What is the date for the game 35? <context>: CREATE TABLE table_27756314_8 (date VARCHAR, game VARCHAR)
SELECT date FROM table_27756314_8 WHERE game = 35
21,068
<question>: who directed the episode that 6.3 million u.s. viewers saw? <context>: CREATE TABLE table_27811555_1 (directed_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT directed_by FROM table_27811555_1 WHERE us_viewers__millions_ = "6.3"
21,069
<question>: What is the college/junior/club team name of player Mats Lindgren? <context>: CREATE TABLE table_2781227_1 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT college_junior_club_team FROM table_2781227_1 WHERE player = "Mats Lindgren"
21,070
<question>: How many NHL teams is Denis Pederson a draft pick for? <context>: CREATE TABLE table_2781227_1 (nhl_team VARCHAR, player VARCHAR)
SELECT COUNT(nhl_team) FROM table_2781227_1 WHERE player = "Denis Pederson"
21,071
<question>: Who wrote episode 23 in the season? <context>: CREATE TABLE table_27823359_1 (written_by VARCHAR, season__number VARCHAR)
SELECT written_by FROM table_27823359_1 WHERE season__number = "23"
21,072
<question>: Where was the location and attendance when they played milwaukee? <context>: CREATE TABLE table_27882867_9 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27882867_9 WHERE team = "Milwaukee"
21,073
<question>: What was the date of the game when g. rivers (5) had the high assists? <context>: CREATE TABLE table_27882867_9 (date VARCHAR, high_assists VARCHAR)
SELECT date FROM table_27882867_9 WHERE high_assists = "G. Rivers (5)"
21,074
<question>: How many people had the high points when a. webb (7) had the high assists? <context>: CREATE TABLE table_27882867_9 (high_points VARCHAR, high_assists VARCHAR)
SELECT COUNT(high_points) FROM table_27882867_9 WHERE high_assists = "A. Webb (7)"
21,075
<question>: What date was the game score w 104-98? <context>: CREATE TABLE table_27882867_9 (date VARCHAR, score VARCHAR)
SELECT date FROM table_27882867_9 WHERE score = "W 104-98"
21,076
<question>: Who had the high assists when the opponent was Indiana? <context>: CREATE TABLE table_27882867_9 (high_assists VARCHAR, team VARCHAR)
SELECT high_assists FROM table_27882867_9 WHERE team = "Indiana"
21,077
<question>: What was the location and attendance when d. wilkins (29) had the high points? <context>: CREATE TABLE table_27882867_9 (location_attendance VARCHAR, high_points VARCHAR)
SELECT location_attendance FROM table_27882867_9 WHERE high_points = "D. Wilkins (29)"
21,078
<question>: What is the location and attendance for the game where b. benjamin (10) had the high rebounds? <context>: CREATE TABLE table_27902171_7 (location_attendance VARCHAR, high_rebounds VARCHAR)
SELECT location_attendance FROM table_27902171_7 WHERE high_rebounds = "B. Benjamin (10)"
21,079
<question>: What dated was the game played at the location delta center 19,911? <context>: CREATE TABLE table_27902171_7 (date VARCHAR, location_attendance VARCHAR)
SELECT date FROM table_27902171_7 WHERE location_attendance = "Delta Center 19,911"
21,080
<question>: Which game had a score of w 95-85? <context>: CREATE TABLE table_27902171_7 (game INTEGER, score VARCHAR)
SELECT MIN(game) FROM table_27902171_7 WHERE score = "W 95-85"
21,081
<question>: Who had the high points when the score was w 112-110? <context>: CREATE TABLE table_27902171_7 (high_points VARCHAR, score VARCHAR)
SELECT high_points FROM table_27902171_7 WHERE score = "W 112-110"
21,082
<question>: What date was the game played in seattle center coliseum 12,126? <context>: CREATE TABLE table_27902171_7 (date VARCHAR, location_attendance VARCHAR)
SELECT date FROM table_27902171_7 WHERE location_attendance = "Seattle Center Coliseum 12,126"
21,083
<question>: How many production codes had a total number in the season of 8? <context>: CREATE TABLE table_27988382_1 (production_code VARCHAR, no_in_season VARCHAR)
SELECT COUNT(production_code) FROM table_27988382_1 WHERE no_in_season = 8
21,084
<question>: what is the total rank on airdate march 30, 2011? <context>: CREATE TABLE table_27987623_4 (rank_timeslot_ VARCHAR, airdate VARCHAR)
SELECT COUNT(rank_timeslot_) FROM table_27987623_4 WHERE airdate = "March 30, 2011"
21,085
<question>: for the ben williams name what was the previous club <context>: CREATE TABLE table_27998152_1 (previous_club VARCHAR, name VARCHAR)
SELECT previous_club FROM table_27998152_1 WHERE name = "Ben Williams"
21,086
<question>: what is the fee for ankaragücü previous club <context>: CREATE TABLE table_27998152_1 (fee VARCHAR, previous_club VARCHAR)
SELECT fee FROM table_27998152_1 WHERE previous_club = "Ankaragücü"
21,087
<question>: how many date of birts are if the previous club is chelsea <context>: CREATE TABLE table_27998152_1 (date_of_birth VARCHAR, previous_club VARCHAR)
SELECT COUNT(date_of_birth) FROM table_27998152_1 WHERE previous_club = "Chelsea"
21,088
<question>: for the no. 7 what is the date of birth <context>: CREATE TABLE table_27998152_1 (date_of_birth VARCHAR, no VARCHAR)
SELECT date_of_birth FROM table_27998152_1 WHERE no = 7
21,089
<question>: How many episodes were written by seth hoffman, russel friend & garrett lerner? <context>: CREATE TABLE table_28026156_1 (rank__week_ VARCHAR, written_by VARCHAR)
SELECT COUNT(rank__week_) FROM table_28026156_1 WHERE written_by = "Seth Hoffman, Russel Friend & Garrett Lerner"
21,090
<question>: Where did the episode rank that was written by thomas l. moran? <context>: CREATE TABLE table_28026156_1 (rank__week_ VARCHAR, written_by VARCHAR)
SELECT rank__week_ FROM table_28026156_1 WHERE written_by = "Thomas L. Moran"
21,091
<question>: Who won Womens Singles in the year that Ma Lin won Mens Singles? <context>: CREATE TABLE table_28138035_15 (womens_singles VARCHAR, mens_singles VARCHAR)
SELECT womens_singles FROM table_28138035_15 WHERE mens_singles = "Ma Lin"
21,092
<question>: What is the place and when was the year when the women's doubles womens were Bai yang Niu Jianfeng? <context>: CREATE TABLE table_28138035_33 (year_location VARCHAR, womens_doubles VARCHAR)
SELECT year_location FROM table_28138035_33 WHERE womens_doubles = "Bai Yang Niu Jianfeng"
21,093
<question>: How many times has Ma Long won the men's singles? <context>: CREATE TABLE table_28138035_33 (mens_doubles VARCHAR, mens_singles VARCHAR)
SELECT COUNT(mens_doubles) FROM table_28138035_33 WHERE mens_singles = "Ma Long"
21,094
<question>: How many times has Sun Jin won the women's doubles? <context>: CREATE TABLE table_28138035_33 (mens_doubles VARCHAR, womens_singles VARCHAR)
SELECT COUNT(mens_doubles) FROM table_28138035_33 WHERE womens_singles = "Sun Jin"
21,095
<question>: How many artists were there for the show thoroughly modern millie? <context>: CREATE TABLE table_28140141_1 (artist VARCHAR, show VARCHAR)
SELECT COUNT(artist) FROM table_28140141_1 WHERE show = "Thoroughly Modern Millie"
21,096
<question>: How many shows were in 1994? <context>: CREATE TABLE table_28140141_1 (difficulty VARCHAR, year VARCHAR)
SELECT COUNT(difficulty) FROM table_28140141_1 WHERE year = 1994
21,097
<question>: Name the engine for ecurie lutetia <context>: CREATE TABLE table_28190534_1 (engine VARCHAR, entrant VARCHAR)
SELECT engine FROM table_28190534_1 WHERE entrant = "Ecurie Lutetia"
21,098
<question>: Name the chassis for sfacs ecurie france <context>: CREATE TABLE table_28190534_1 (chassis VARCHAR, entrant VARCHAR)
SELECT chassis FROM table_28190534_1 WHERE entrant = "SFACS Ecurie France"
21,099
<question>: Name the constructor for b. bira <context>: CREATE TABLE table_28190534_1 (constructor VARCHAR, driver VARCHAR)
SELECT constructor FROM table_28190534_1 WHERE driver = "B. Bira"