Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
34,700
<question>: What date did the episode, with John O'Connell as the coach, premier? <context>: CREATE TABLE table_2140071_5 (premier_date VARCHAR, coach VARCHAR)
SELECT premier_date FROM table_2140071_5 WHERE coach = "John O'Connell"
34,701
<question>: Name the result for total attendance-regular season <context>: CREATE TABLE table_21436373_11 (result_games VARCHAR, type_of_record VARCHAR)
SELECT result_games FROM table_21436373_11 WHERE type_of_record = "Total attendance-Regular season"
34,702
<question>: Name the result/games for 52521 <context>: CREATE TABLE table_21436373_11 (result_games VARCHAR, attendance VARCHAR)
SELECT result_games FROM table_21436373_11 WHERE attendance = 52521
34,703
<question>: Name the result/games for 54530 <context>: CREATE TABLE table_21436373_11 (result_games VARCHAR, attendance VARCHAR)
SELECT result_games FROM table_21436373_11 WHERE attendance = 54530
34,704
<question>: Name the stadium for regular season game <context>: CREATE TABLE table_21436373_11 (stadium VARCHAR, type_of_record VARCHAR)
SELECT stadium FROM table_21436373_11 WHERE type_of_record = "Regular season game"
34,705
<question>: Name the result/games for 54741 <context>: CREATE TABLE table_21436373_11 (result_games VARCHAR, attendance VARCHAR)
SELECT result_games FROM table_21436373_11 WHERE attendance = 54741
34,706
<question>: give the 1st leg score against ilisiakos <context>: CREATE TABLE table_21434618_1 (team__number2 VARCHAR)
SELECT 1 AS st_leg FROM table_21434618_1 WHERE team__number2 = "Ilisiakos"
34,707
<question>: which team #1 played again chalkida <context>: CREATE TABLE table_21434618_1 (team__number1 VARCHAR, team__number2 VARCHAR)
SELECT team__number1 FROM table_21434618_1 WHERE team__number2 = "Chalkida"
34,708
<question>: which team#2 played against poseidon neoi porroi <context>: CREATE TABLE table_21434618_1 (team__number2 VARCHAR, team__number1 VARCHAR)
SELECT team__number2 FROM table_21434618_1 WHERE team__number1 = "Poseidon Neoi Porroi"
34,709
<question>: When was the pre-season game record achieved? <context>: CREATE TABLE table_21436373_10 (date_year VARCHAR, type_of_record VARCHAR)
SELECT date_year FROM table_21436373_10 WHERE type_of_record = "Pre-season game"
34,710
<question>: What is the maximal number of people that attended any of these games? <context>: CREATE TABLE table_21436373_10 (attendance INTEGER)
SELECT MAX(attendance) FROM table_21436373_10
34,711
<question>: what is the attendance in 2011 records <context>: CREATE TABLE table_21436373_12 (attendance VARCHAR, date_year VARCHAR)
SELECT attendance FROM table_21436373_12 WHERE date_year = "2011"
34,712
<question>: what type of record was made where result/games is 10 games (29,606 avg.) <context>: CREATE TABLE table_21436373_12 (type_of_record VARCHAR, result_games VARCHAR)
SELECT type_of_record FROM table_21436373_12 WHERE result_games = "10 games (29,606 avg.)"
34,713
<question>: where was the total attendance-regular season record made <context>: CREATE TABLE table_21436373_12 (stadium VARCHAR, type_of_record VARCHAR)
SELECT stadium FROM table_21436373_12 WHERE type_of_record = "Total attendance-Regular season"
34,714
<question>: where was sun 09/12/93 record made <context>: CREATE TABLE table_21436373_12 (stadium VARCHAR, date_year VARCHAR)
SELECT stadium FROM table_21436373_12 WHERE date_year = "Sun 09/12/93"
34,715
<question>: how many records had result/games: 10 games (29,606 avg.) <context>: CREATE TABLE table_21436373_12 (type_of_record VARCHAR, result_games VARCHAR)
SELECT COUNT(type_of_record) FROM table_21436373_12 WHERE result_games = "10 games (29,606 avg.)"
34,716
<question>: what is the highest attendance for a total attendance-regular season record <context>: CREATE TABLE table_21436373_12 (attendance INTEGER, type_of_record VARCHAR)
SELECT MAX(attendance) FROM table_21436373_12 WHERE type_of_record = "Total attendance-Regular season"
34,717
<question>: When 2005 is the date/year how many measurements of attendance are there? <context>: CREATE TABLE table_21436373_7 (attendance VARCHAR, date_year VARCHAR)
SELECT COUNT(attendance) FROM table_21436373_7 WHERE date_year = "2005"
34,718
<question>: When 27585 is the attendance what are the results of the games? <context>: CREATE TABLE table_21436373_7 (result_games VARCHAR, attendance VARCHAR)
SELECT result_games FROM table_21436373_7 WHERE attendance = 27585
34,719
<question>: When 9 games (28,002 avg.) is the results of the games what is the date/year? <context>: CREATE TABLE table_21436373_7 (date_year VARCHAR, result_games VARCHAR)
SELECT date_year FROM table_21436373_7 WHERE result_games = "9 games (28,002 avg.)"
34,720
<question>: When 255627 is the attendance what is the stadium? <context>: CREATE TABLE table_21436373_7 (stadium VARCHAR, attendance VARCHAR)
SELECT stadium FROM table_21436373_7 WHERE attendance = 255627
34,721
<question>: What record was set on Tue 11/02/75? <context>: CREATE TABLE table_21436373_8 (type_of_record VARCHAR, date_year VARCHAR)
SELECT type_of_record FROM table_21436373_8 WHERE date_year = "Tue 11/02/75"
34,722
<question>: What record was set when the result/game was equal to 9 games (28,595 avg.) <context>: CREATE TABLE table_21436373_8 (type_of_record VARCHAR, result_games VARCHAR)
SELECT type_of_record FROM table_21436373_8 WHERE result_games = "9 games (28,595 avg.)"
34,723
<question>: What record was set when the result/game was montreal 20 @ ottawa 10? <context>: CREATE TABLE table_21436373_8 (type_of_record VARCHAR, result_games VARCHAR)
SELECT type_of_record FROM table_21436373_8 WHERE result_games = "Montreal 20 @ Ottawa 10"
34,724
<question>: Which stadium had the result/game montreal 20 @ ottawa 10? <context>: CREATE TABLE table_21436373_8 (stadium VARCHAR, result_games VARCHAR)
SELECT stadium FROM table_21436373_8 WHERE result_games = "Montreal 20 @ Ottawa 10"
34,725
<question>: For what year is the type of record 'total attendance-regular season? <context>: CREATE TABLE table_21436373_5 (date_year VARCHAR, type_of_record VARCHAR)
SELECT date_year FROM table_21436373_5 WHERE type_of_record = "Total attendance-Regular season"
34,726
<question>: What type of record is the result of the game Montreal 31 @ Calgary 32? <context>: CREATE TABLE table_21436373_5 (type_of_record VARCHAR, result_games VARCHAR)
SELECT type_of_record FROM table_21436373_5 WHERE result_games = "Montreal 31 @ Calgary 32"
34,727
<question>: On what date/s has attendance been 45010? <context>: CREATE TABLE table_21436373_5 (date_year VARCHAR, attendance VARCHAR)
SELECT date_year FROM table_21436373_5 WHERE attendance = 45010
34,728
<question>: What is the number of attendance with the pre-season game as the type of record? <context>: CREATE TABLE table_21436373_6 (attendance VARCHAR, type_of_record VARCHAR)
SELECT COUNT(attendance) FROM table_21436373_6 WHERE type_of_record = "Pre-season game"
34,729
<question>: Which type of record has result/games of 9 games (57,144 avg.) <context>: CREATE TABLE table_21436373_6 (type_of_record VARCHAR, result_games VARCHAR)
SELECT type_of_record FROM table_21436373_6 WHERE result_games = "9 games (57,144 avg.)"
34,730
<question>: What is the result/games of Sun 11/28/10 as the date/year? <context>: CREATE TABLE table_21436373_6 (result_games VARCHAR, date_year VARCHAR)
SELECT result_games FROM table_21436373_6 WHERE date_year = "Sun 11/28/10"
34,731
<question>: Which stadium has the date/year of Fri 06/25/82? <context>: CREATE TABLE table_21436373_6 (stadium VARCHAR, date_year VARCHAR)
SELECT stadium FROM table_21436373_6 WHERE date_year = "Fri 06/25/82"
34,732
<question>: Which type of record has result/games of b.c. 16 @ edmonton 22? <context>: CREATE TABLE table_21436373_6 (type_of_record VARCHAR, result_games VARCHAR)
SELECT type_of_record FROM table_21436373_6 WHERE result_games = "B.C. 16 @ Edmonton 22"
34,733
<question>: What was the populati in 2000 for Panlicsian? <context>: CREATE TABLE table_2144436_1 (population__2000_ INTEGER, barangay VARCHAR)
SELECT MIN(population__2000_) FROM table_2144436_1 WHERE barangay = "Panlicsian"
34,734
<question>: What was the population in 2010 for Minane <context>: CREATE TABLE table_2144436_1 (population__2010_ INTEGER, barangay VARCHAR)
SELECT MAX(population__2010_) FROM table_2144436_1 WHERE barangay = "Minane"
34,735
<question>: What is the 2007 population for Corazon de Jesus? <context>: CREATE TABLE table_2144436_1 (population__2007_ VARCHAR, barangay VARCHAR)
SELECT population__2007_ FROM table_2144436_1 WHERE barangay = "Corazon De Jesus"
34,736
<question>: What is the 2010 population when the 2000 population is 5720? <context>: CREATE TABLE table_2144436_1 (population__2010_ INTEGER, population__2000_ VARCHAR)
SELECT MAX(population__2010_) FROM table_2144436_1 WHERE population__2000_ = 5720
34,737
<question>: Name the romaji by your side ~hikari's theme~ (popup.version) <context>: CREATE TABLE table_2144389_8 (rōmaji VARCHAR, japanese_translation VARCHAR)
SELECT rōmaji FROM table_2144389_8 WHERE japanese_translation = "By Your Side ~Hikari's Theme~ (PopUp.Version)"
34,738
<question>: Name the vocalist for kaze no messēji (pokapoka-version) <context>: CREATE TABLE table_2144389_8 (vocalist VARCHAR, rōmaji VARCHAR)
SELECT vocalist FROM table_2144389_8 WHERE rōmaji = "Kaze no Messēji (PokaPoka-Version)"
34,739
<question>: Name the least number for 君のそばで~ヒカリのテーマ~(popup.version) <context>: CREATE TABLE table_2144389_8 (_number INTEGER, japanese_title VARCHAR)
SELECT MIN(_number) FROM table_2144389_8 WHERE japanese_title = "君のそばで~ヒカリのテーマ~(PopUp.Version)"
34,740
<question>: Name the number of vocalists for which one ~ is it? <context>: CREATE TABLE table_2144389_8 (vocalist VARCHAR, japanese_translation VARCHAR)
SELECT COUNT(vocalist) FROM table_2144389_8 WHERE japanese_translation = "Which One ~ Is It?"
34,741
<question>: Name the to par for 20 feb 2005 <context>: CREATE TABLE table_21469545_2 (to_par VARCHAR, date VARCHAR)
SELECT to_par FROM table_21469545_2 WHERE date = "20 Feb 2005"
34,742
<question>: Name the number for margin of victory being 3 strokes <context>: CREATE TABLE table_21469545_2 (no VARCHAR, margin_of_victory VARCHAR)
SELECT COUNT(no) FROM table_21469545_2 WHERE margin_of_victory = "3 strokes"
34,743
<question>: Name the winning score for 8 feb 2009 <context>: CREATE TABLE table_21469545_2 (winning_score VARCHAR, date VARCHAR)
SELECT COUNT(winning_score) FROM table_21469545_2 WHERE date = "8 Feb 2009"
34,744
<question>: Who published the title in the pet-raising simulator genre? <context>: CREATE TABLE table_21458142_1 (publisher VARCHAR, genre VARCHAR)
SELECT publisher FROM table_21458142_1 WHERE genre = "Pet-raising simulator"
34,745
<question>: What's the sales breakdown for Nintendo's Mario Kart DS? <context>: CREATE TABLE table_21458142_1 (sales_breakdown VARCHAR, publisher VARCHAR, title VARCHAR)
SELECT sales_breakdown FROM table_21458142_1 WHERE publisher = "Nintendo" AND title = "Mario Kart DS"
34,746
<question>: How many copies were sold of the game released on october 23, 2008? <context>: CREATE TABLE table_21458142_1 (total_copies_sold VARCHAR, release_date VARCHAR)
SELECT total_copies_sold FROM table_21458142_1 WHERE release_date = "October 23, 2008"
34,747
<question>: What's the sales breakdown of the Nintendo game released on May 15, 2006? <context>: CREATE TABLE table_21458142_1 (sales_breakdown VARCHAR, publisher VARCHAR, release_date VARCHAR)
SELECT sales_breakdown FROM table_21458142_1 WHERE publisher = "Nintendo" AND release_date = "May 15, 2006"
34,748
<question>: Name the most races <context>: CREATE TABLE table_21457754_2 (races INTEGER)
SELECT MAX(races) FROM table_21457754_2
34,749
<question>: Name the most rr 1 pts <context>: CREATE TABLE table_21457754_2 (rr1_pts INTEGER)
SELECT MAX(rr1_pts) FROM table_21457754_2
34,750
<question>: Name the number of total pts for gbr challenge <context>: CREATE TABLE table_21457754_2 (total_pts VARCHAR, team_name VARCHAR)
SELECT COUNT(total_pts) FROM table_21457754_2 WHERE team_name = "GBR Challenge"
34,751
<question>: What is the total number of second place finishes when the city & nation was Chicago, USA? <context>: CREATE TABLE table_2146364_2 (second_place VARCHAR, city_ VARCHAR, _nation VARCHAR)
SELECT COUNT(second_place) FROM table_2146364_2 WHERE city_ & _nation = "Chicago, USA"
34,752
<question>: What is the total number of third place finishes when the city & nation was Vancouver, Canada? <context>: CREATE TABLE table_2146364_2 (third_place INTEGER, city_ VARCHAR, _nation VARCHAR)
SELECT MIN(third_place) FROM table_2146364_2 WHERE city_ & _nation = "Vancouver, Canada"
34,753
<question>: What is the smallest third place finish? <context>: CREATE TABLE table_2146364_2 (third_place INTEGER)
SELECT MIN(third_place) FROM table_2146364_2
34,754
<question>: What change caused a change of staff in March 9, 1865? <context>: CREATE TABLE table_2147588_3 (reason_for_change VARCHAR, date_of_successors_formal_installation VARCHAR)
SELECT reason_for_change FROM table_2147588_3 WHERE date_of_successors_formal_installation = "March 9, 1865"
34,755
<question>: Who was the successor for the new seat? <context>: CREATE TABLE table_2147588_3 (successor VARCHAR, vacator VARCHAR)
SELECT successor FROM table_2147588_3 WHERE vacator = "New seat"
34,756
<question>: What was the reason for change in staff in formal installations on March 15, 1865? <context>: CREATE TABLE table_2147588_3 (reason_for_change VARCHAR, date_of_successors_formal_installation VARCHAR)
SELECT reason_for_change FROM table_2147588_3 WHERE date_of_successors_formal_installation = "March 15, 1865"
34,757
<question>: When nathaniel g. taylor (u) is the successor what is the vacator? <context>: CREATE TABLE table_2147588_4 (vacator VARCHAR, successor VARCHAR)
SELECT vacator FROM table_2147588_4 WHERE successor = "Nathaniel G. Taylor (U)"
34,758
<question>: When william b. campbell (u) is the successor what is the district? <context>: CREATE TABLE table_2147588_4 (district VARCHAR, successor VARCHAR)
SELECT district FROM table_2147588_4 WHERE successor = "William B. Campbell (U)"
34,759
<question>: When james brooks (d) is the vacator what is the date the successor was seated? <context>: CREATE TABLE table_2147588_4 (date_successor_seated VARCHAR, vacator VARCHAR)
SELECT date_successor_seated FROM table_2147588_4 WHERE vacator = "James Brooks (D)"
34,760
<question>: When john w. leftwich (uu) is the successor what is the date the successor was seated? <context>: CREATE TABLE table_2147588_4 (date_successor_seated VARCHAR, successor VARCHAR)
SELECT date_successor_seated FROM table_2147588_4 WHERE successor = "John W. Leftwich (UU)"
34,761
<question>: When new york 8th is teh district who is the successor? <context>: CREATE TABLE table_2147588_4 (successor VARCHAR, district VARCHAR)
SELECT successor FROM table_2147588_4 WHERE district = "New York 8th"
34,762
<question>: When 20 is the rr4 points what is the lowest rr3 points? <context>: CREATE TABLE table_21489362_2 (rr3_pts INTEGER, rr4_pts VARCHAR)
SELECT MIN(rr3_pts) FROM table_21489362_2 WHERE rr4_pts = "20"
34,763
<question>: When 70 is the total points what is the rr4 points? <context>: CREATE TABLE table_21489362_2 (rr4_pts VARCHAR, total_pts VARCHAR)
SELECT rr4_pts FROM table_21489362_2 WHERE total_pts = 70
34,764
<question>: When 3 is the rr1 points what is won score? <context>: CREATE TABLE table_21489362_2 (won VARCHAR, rr1_pts VARCHAR)
SELECT won FROM table_21489362_2 WHERE rr1_pts = 3
34,765
<question>: When spanish challenge is the team name what are the rr1 points? <context>: CREATE TABLE table_21489362_2 (rr1_pts VARCHAR, team_name VARCHAR)
SELECT rr1_pts FROM table_21489362_2 WHERE team_name = "Spanish Challenge"
34,766
<question>: Name the innings for 5088 runs scored <context>: CREATE TABLE table_21486890_1 (innings VARCHAR, runs_scored VARCHAR)
SELECT COUNT(innings) FROM table_21486890_1 WHERE runs_scored = 5088
34,767
<question>: Name the matches for mark taylor category:articles with hcards <context>: CREATE TABLE table_21486890_1 (matches INTEGER, name VARCHAR)
SELECT MAX(matches) FROM table_21486890_1 WHERE name = "Mark Taylor Category:Articles with hCards"
34,768
<question>: Name the most runs scored <context>: CREATE TABLE table_21486890_1 (runs_scored INTEGER)
SELECT MAX(runs_scored) FROM table_21486890_1
34,769
<question>: Name the least matches for not out being 44 <context>: CREATE TABLE table_21486890_1 (matches INTEGER, not_out VARCHAR)
SELECT MIN(matches) FROM table_21486890_1 WHERE not_out = 44
34,770
<question>: What nation was Pageos 1 from? <context>: CREATE TABLE table_2150068_1 (nation VARCHAR, satellite VARCHAR)
SELECT nation FROM table_2150068_1 WHERE satellite = "PAGEOS 1"
34,771
<question>: What was the launch date for the sattelite with ado that was 4 kg and 3 meters in diameter? <context>: CREATE TABLE table_2150068_1 (launch_date__utc_ VARCHAR, diameter_m_ VARCHAR, usage VARCHAR, mass_kg_ VARCHAR)
SELECT launch_date__utc_ FROM table_2150068_1 WHERE usage = "ado" AND mass_kg_ = "4" AND diameter_m_ = "3"
34,772
<question>: What was the decay for the sattelite that was 180 kg? <context>: CREATE TABLE table_2150068_1 (decay VARCHAR, mass_kg_ VARCHAR)
SELECT decay FROM table_2150068_1 WHERE mass_kg_ = "180"
34,773
<question>: What is the nssdc id for Echo 1? <context>: CREATE TABLE table_2150068_1 (nssdc_id VARCHAR, satellite VARCHAR)
SELECT nssdc_id FROM table_2150068_1 WHERE satellite = "Echo 1"
34,774
<question>: What is the launch date for the sattelite with a nssdc id of 1960-009a? <context>: CREATE TABLE table_2150068_1 (launch_date__utc_ VARCHAR, nssdc_id VARCHAR)
SELECT launch_date__utc_ FROM table_2150068_1 WHERE nssdc_id = "1960-009A"
34,775
<question>: What is the decay for the sattelite with an id that is 1990-081c? <context>: CREATE TABLE table_2150068_1 (decay VARCHAR, nssdc_id VARCHAR)
SELECT decay FROM table_2150068_1 WHERE nssdc_id = "1990-081C"
34,776
<question>: How many song titles belong to the artist Ratt? <context>: CREATE TABLE table_21500850_1 (song_title VARCHAR, artist VARCHAR)
SELECT COUNT(song_title) FROM table_21500850_1 WHERE artist = "Ratt"
34,777
<question>: What is every original game for the artist Lynyrd Skynyrd? <context>: CREATE TABLE table_21500850_1 (original_game VARCHAR, artist VARCHAR)
SELECT original_game FROM table_21500850_1 WHERE artist = "Lynyrd Skynyrd"
34,778
<question>: What is every song title for the rock genre and Guitar Hero as original game and the artist is Queens of the Stone Age? <context>: CREATE TABLE table_21500850_1 (song_title VARCHAR, artist VARCHAR, genre VARCHAR, original_game VARCHAR)
SELECT song_title FROM table_21500850_1 WHERE genre = "Rock" AND original_game = "Guitar Hero" AND artist = "Queens of the Stone Age"
34,779
<question>: What is every song title for 2007? <context>: CREATE TABLE table_21500850_1 (song_title VARCHAR, year VARCHAR)
SELECT song_title FROM table_21500850_1 WHERE year = 2007
34,780
<question>: What was Lambert's song choice in the top 13? <context>: CREATE TABLE table_21501511_1 (song_choice VARCHAR, week__number VARCHAR)
SELECT song_choice FROM table_21501511_1 WHERE week__number = "Top 13"
34,781
<question>: What order did Lambert perform in the top 11? <context>: CREATE TABLE table_21501511_1 (order__number VARCHAR, week__number VARCHAR)
SELECT order__number FROM table_21501511_1 WHERE week__number = "Top 11"
34,782
<question>: What week was themed disco? <context>: CREATE TABLE table_21501511_1 (week__number VARCHAR, theme VARCHAR)
SELECT week__number FROM table_21501511_1 WHERE theme = "Disco"
34,783
<question>: What week #(s featured sara bareilles as the original artist? <context>: CREATE TABLE table_21501564_1 (week__number VARCHAR, original_artist VARCHAR)
SELECT week__number FROM table_21501564_1 WHERE original_artist = "Sara Bareilles"
34,784
<question>: What week # featured first solo as the theme? <context>: CREATE TABLE table_21501564_1 (week__number VARCHAR, theme VARCHAR)
SELECT week__number FROM table_21501564_1 WHERE theme = "First Solo"
34,785
<question>: How many weeks featured duffy as the original artist? <context>: CREATE TABLE table_21501564_1 (theme VARCHAR, original_artist VARCHAR)
SELECT COUNT(theme) FROM table_21501564_1 WHERE original_artist = "Duffy"
34,786
<question>: Who was the originally artist when Jasmine Murray was selected? <context>: CREATE TABLE table_21501564_1 (original_artist VARCHAR, result VARCHAR)
SELECT original_artist FROM table_21501564_1 WHERE result = "Selected"
34,787
<question>: With theme the Year They Were Born, what is the song of choice? <context>: CREATE TABLE table_21501565_1 (song_choice VARCHAR, theme VARCHAR)
SELECT song_choice FROM table_21501565_1 WHERE theme = "Year They Were Born"
34,788
<question>: With order number 7 and the theme is Motown, who were the original artists? <context>: CREATE TABLE table_21501565_1 (original_artist VARCHAR, order__number VARCHAR, theme VARCHAR)
SELECT original_artist FROM table_21501565_1 WHERE order__number = "7" AND theme = "Motown"
34,789
<question>: With an original artist names Bette Midler, what is the order number? <context>: CREATE TABLE table_21501565_1 (order__number VARCHAR, original_artist VARCHAR)
SELECT COUNT(order__number) FROM table_21501565_1 WHERE original_artist = "Bette Midler"
34,790
<question>: With original artist of Tina Turner, what is the week number? <context>: CREATE TABLE table_21501565_1 (week__number VARCHAR, original_artist VARCHAR)
SELECT week__number FROM table_21501565_1 WHERE original_artist = "Tina Turner"
34,791
<question>: Who is the original artist with a theme of N/A? <context>: CREATE TABLE table_21501565_1 (original_artist VARCHAR, theme VARCHAR)
SELECT original_artist FROM table_21501565_1 WHERE theme = "N/A"
34,792
<question>: Name the team for june 16 jeff gordon <context>: CREATE TABLE table_2150776_1 (team VARCHAR, date VARCHAR, driver VARCHAR)
SELECT team FROM table_2150776_1 WHERE date = "June 16" AND driver = "Jeff Gordon"
34,793
<question>: Name the driver for 200 laps 1997 <context>: CREATE TABLE table_2150776_1 (driver VARCHAR, laps VARCHAR, year VARCHAR)
SELECT driver FROM table_2150776_1 WHERE laps = "200" AND year = "1997"
34,794
<question>: Name the team for ricky rudd <context>: CREATE TABLE table_2150776_1 (team VARCHAR, driver VARCHAR)
SELECT team FROM table_2150776_1 WHERE driver = "Ricky Rudd"
34,795
<question>: What is the rank when RR2 has 4 points? <context>: CREATE TABLE table_21515673_2 (ranking VARCHAR, rr2_pts VARCHAR)
SELECT ranking FROM table_21515673_2 WHERE rr2_pts = 4
34,796
<question>: How many points does Swedish America's Cup Challenge have for rr1? <context>: CREATE TABLE table_21515673_2 (rr1_pts VARCHAR, team_name VARCHAR)
SELECT COUNT(rr1_pts) FROM table_21515673_2 WHERE team_name = "Swedish America's Cup Challenge"
34,797
<question>: Who was the senior US senator in the state whose governor was D. Patrick? <context>: CREATE TABLE table_21531764_2 (senior_us_senator VARCHAR, governor VARCHAR)
SELECT senior_us_senator FROM table_21531764_2 WHERE governor = "D. Patrick"
34,798
<question>: What's the lower house majority in the state whose Senior senator is J. Shaheen? <context>: CREATE TABLE table_21531764_2 (lower_house_majority VARCHAR, senior_us_senator VARCHAR)
SELECT lower_house_majority FROM table_21531764_2 WHERE senior_us_senator = "J. Shaheen"
34,799
<question>: Who is every name for time(cet) of 09:58? <context>: CREATE TABLE table_21536557_2 (name VARCHAR, time__cet_ VARCHAR)
SELECT name FROM table_21536557_2 WHERE time__cet_ = "09:58"