text
stringlengths
114
1.06k
### question: what is the total series percent that has total attempted less than 49, and a percent made of 0.777 ### answer: SELECT COUNT(series_percent) FROM table_name_63 WHERE total_attempted < 49 AND percent_made = 0.777 ### context: CREATE TABLE table_name_63 (series_percent VARCHAR, total_attempted VARCHAR, perc...
### question: what is the total attempted with a total made 16 ### answer: SELECT COUNT(total_attempted) FROM table_name_21 WHERE total_made = 16 ### context: CREATE TABLE table_name_21 (total_attempted VARCHAR, total_made VARCHAR)
### question: What is the sum of District, when Took Office is greater than 1981, and when Senator is Cyndi Taylor Krier? ### answer: SELECT SUM(district) FROM table_name_67 WHERE took_office > 1981 AND senator = "cyndi taylor krier" ### context: CREATE TABLE table_name_67 (district INTEGER, took_office VARCHAR, senato...
### question: What is Party, when District is less than 10, when Took Office is less than 1991, and when Home Town is Mount Pleasant? ### answer: SELECT party FROM table_name_22 WHERE district < 10 AND took_office < 1991 AND home_town = "mount pleasant" ### context: CREATE TABLE table_name_22 (party VARCHAR, home_town ...
### question: What is the lowest Took Office, when Senator is Eddie Bernice Johnson, and when District is greater than 23? ### answer: SELECT MIN(took_office) FROM table_name_50 WHERE senator = "eddie bernice johnson" AND district > 23 ### context: CREATE TABLE table_name_50 (took_office INTEGER, senator VARCHAR, distr...
### question: In which period did Stanislav Chistov get a penalty? ### answer: SELECT period FROM table_name_9 WHERE player = "stanislav chistov" ### context: CREATE TABLE table_name_9 (period VARCHAR, player VARCHAR)
### question: What was a penalty given for at time 29:17? ### answer: SELECT penalty FROM table_name_89 WHERE time = "29:17" ### context: CREATE TABLE table_name_89 (penalty VARCHAR, time VARCHAR)
### question: What team was the player that received a penalty at time 32:17 playing for? ### answer: SELECT team FROM table_name_13 WHERE time = "32:17" ### context: CREATE TABLE table_name_13 (team VARCHAR, time VARCHAR)
### question: What team was Ryan Callahan, who received a penalty for roughing, playing for? ### answer: SELECT team FROM table_name_87 WHERE penalty = "roughing" AND player = "ryan callahan" ### context: CREATE TABLE table_name_87 (team VARCHAR, penalty VARCHAR, player VARCHAR)
### question: Who was the head coach when the opponent was Arsenal? ### answer: SELECT head_coach FROM table_name_95 WHERE opponent = "arsenal" ### context: CREATE TABLE table_name_95 (head_coach VARCHAR, opponent VARCHAR)
### question: Who was the opponent when the head coach was B. Sathianathan? ### answer: SELECT opponent FROM table_name_33 WHERE head_coach = "b. sathianathan" ### context: CREATE TABLE table_name_33 (opponent VARCHAR, head_coach VARCHAR)
### question: When was the opponent Arsenal? ### answer: SELECT date FROM table_name_62 WHERE opponent = "arsenal" ### context: CREATE TABLE table_name_62 (date VARCHAR, opponent VARCHAR)
### question: What was the result when the opponent was Arsenal? ### answer: SELECT result FROM table_name_56 WHERE opponent = "arsenal" ### context: CREATE TABLE table_name_56 (result VARCHAR, opponent VARCHAR)
### question: What is the sum of the home wins of the Boston College Eagles, which has more than 6 wins? ### answer: SELECT SUM(Home) AS wins FROM table_name_89 WHERE institution = "boston college eagles" AND wins > 6 ### context: CREATE TABLE table_name_89 (Home INTEGER, institution VARCHAR, wins VARCHAR)
### question: What is the Record when Evangelista Cyborg was the opponent? ### answer: SELECT record FROM table_name_40 WHERE opponent = "evangelista cyborg" ### context: CREATE TABLE table_name_40 (record VARCHAR, opponent VARCHAR)
### question: What is the Method for Brazil? ### answer: SELECT method FROM table_name_55 WHERE location = "brazil" ### context: CREATE TABLE table_name_55 (method VARCHAR, location VARCHAR)
### question: What round was the method submission (punches)? ### answer: SELECT COUNT(round) FROM table_name_18 WHERE method = "submission (punches)" ### context: CREATE TABLE table_name_18 (round VARCHAR, method VARCHAR)
### question: What is the method when the record was 3-2? ### answer: SELECT method FROM table_name_63 WHERE record = "3-2" ### context: CREATE TABLE table_name_63 (method VARCHAR, record VARCHAR)
### question: What is the method when the round shows 3? ### answer: SELECT method FROM table_name_35 WHERE round = 3 ### context: CREATE TABLE table_name_35 (method VARCHAR, round VARCHAR)
### question: What was the run 3 for the team in rank 12? ### answer: SELECT run_3 FROM table_name_4 WHERE rank = "12" ### context: CREATE TABLE table_name_4 (run_3 VARCHAR, rank VARCHAR)
### question: What was the run 3 for the team with a run 1 of 1:17.6? ### answer: SELECT run_3 FROM table_name_40 WHERE run_1 = "1:17.6" ### context: CREATE TABLE table_name_40 (run_3 VARCHAR, run_1 VARCHAR)
### question: What was the rank of the team with a run 2 of 1:20.8 and a run 4 of 1:23.0? ### answer: SELECT rank FROM table_name_71 WHERE run_2 = "1:20.8" AND run_4 = "1:23.0" ### context: CREATE TABLE table_name_71 (rank VARCHAR, run_2 VARCHAR, run_4 VARCHAR)
### question: What was the run 1 for the team with a run 3 of 1:21.4 and a run 4 of 1:23.0? ### answer: SELECT run_1 FROM table_name_9 WHERE run_3 = "1:21.4" AND run_4 = "1:23.0" ### context: CREATE TABLE table_name_9 (run_1 VARCHAR, run_3 VARCHAR, run_4 VARCHAR)
### question: Which team had a run 4 of 1:24.4? ### answer: SELECT team FROM table_name_7 WHERE run_4 = "1:24.4" ### context: CREATE TABLE table_name_7 (team VARCHAR, run_4 VARCHAR)
### question: What is the Attendance at the game against the Oakland Raiders? ### answer: SELECT attendance FROM table_name_40 WHERE opponent = "oakland raiders" ### context: CREATE TABLE table_name_40 (attendance VARCHAR, opponent VARCHAR)
### question: What was the Attendance in Week 10? ### answer: SELECT attendance FROM table_name_59 WHERE week = 10 ### context: CREATE TABLE table_name_59 (attendance VARCHAR, week VARCHAR)
### question: Which Principal activities have an Incorporated in of france? ### answer: SELECT principal_activities FROM table_name_76 WHERE incorporated_in = "france" ### context: CREATE TABLE table_name_76 (principal_activities VARCHAR, incorporated_in VARCHAR)
### question: Which Type has an Incorporated in of netherlands, a Principal activities of airline, and a Company of transavia.com? ### answer: SELECT type FROM table_name_54 WHERE incorporated_in = "netherlands" AND principal_activities = "airline" AND company = "transavia.com" ### context: CREATE TABLE table_name_54 (...
### question: Which Type has a Company of epcor? ### answer: SELECT type FROM table_name_21 WHERE company = "epcor" ### context: CREATE TABLE table_name_21 (type VARCHAR, company VARCHAR)
### question: Which Type has a Principal activities of health services? ### answer: SELECT type FROM table_name_28 WHERE principal_activities = "health services" ### context: CREATE TABLE table_name_28 (type VARCHAR, principal_activities VARCHAR)
### question: For the verb dhoa, what is the 2VF? ### answer: SELECT 2 AS __vf_ FROM table_name_75 WHERE verb = "dhoa" ### context: CREATE TABLE table_name_75 (verb VARCHAR)
### question: What is the name of the subject who ran in the general election for Queen Anne's County State's Attorney? ### answer: SELECT subject FROM table_name_63 WHERE election = "general" AND office = "queen anne's county state's attorney" ### context: CREATE TABLE table_name_63 (subject VARCHAR, election VARCHAR,...
### question: Who was the writer of The Year of the Cat from the BBV? ### answer: SELECT writer FROM table_name_2 WHERE company = "bbv" AND title = "the year of the cat" ### context: CREATE TABLE table_name_2 (writer VARCHAR, company VARCHAR, title VARCHAR)
### question: How many Goals For have Drawn of 10? ### answer: SELECT COUNT(goals_for) FROM table_name_83 WHERE drawn = 10 ### context: CREATE TABLE table_name_83 (goals_for VARCHAR, drawn VARCHAR)
### question: Which Lost has Drawn larger than 12, and Goals Against of 54? ### answer: SELECT MAX(lost) FROM table_name_94 WHERE drawn > 12 AND goals_against = 54 ### context: CREATE TABLE table_name_94 (lost INTEGER, drawn VARCHAR, goals_against VARCHAR)
### question: What is the record for the Superbrawl 21? ### answer: SELECT record FROM table_name_68 WHERE event = "superbrawl 21" ### context: CREATE TABLE table_name_68 (record VARCHAR, event VARCHAR)
### question: What location shows round was 1, and against Ricky Shivers? ### answer: SELECT location FROM table_name_43 WHERE round = 1 AND opponent = "ricky shivers" ### context: CREATE TABLE table_name_43 (location VARCHAR, round VARCHAR, opponent VARCHAR)
### question: What is the method for a match with a Round larger than 2, he took a loss, and 15–3 was the record? ### answer: SELECT method FROM table_name_67 WHERE round > 2 AND res = "loss" AND record = "15–3" ### context: CREATE TABLE table_name_67 (method VARCHAR, record VARCHAR, round VARCHAR, res VARCHAR)
### question: Which Position has a Pick of 11 (via calgary)? ### answer: SELECT position FROM table_name_8 WHERE pick = "11 (via calgary)" ### context: CREATE TABLE table_name_8 (position VARCHAR, pick VARCHAR)
### question: Which Round has a Pick of 25 (via hamilton)? ### answer: SELECT SUM(round) FROM table_name_88 WHERE pick = "25 (via hamilton)" ### context: CREATE TABLE table_name_88 (round INTEGER, pick VARCHAR)
### question: Which School/Club Team has a Round larger than 3, and a Player of sammy okpro? ### answer: SELECT school_club_team FROM table_name_15 WHERE round > 3 AND player = "sammy okpro" ### context: CREATE TABLE table_name_15 (school_club_team VARCHAR, round VARCHAR, player VARCHAR)
### question: Which Round has a Player of sammy okpro? ### answer: SELECT AVG(round) FROM table_name_32 WHERE player = "sammy okpro" ### context: CREATE TABLE table_name_32 (round INTEGER, player VARCHAR)
### question: Which Position has a Round of 4, and a School/Club Team of concordia? ### answer: SELECT position FROM table_name_34 WHERE round = 4 AND school_club_team = "concordia" ### context: CREATE TABLE table_name_34 (position VARCHAR, round VARCHAR, school_club_team VARCHAR)
### question: What is the Score of the game with a Record of 29–23–13? ### answer: SELECT score FROM table_name_21 WHERE record = "29–23–13" ### context: CREATE TABLE table_name_21 (score VARCHAR, record VARCHAR)
### question: What is the Visitor of the game with a Record of 21–17–13? ### answer: SELECT visitor FROM table_name_70 WHERE record = "21–17–13" ### context: CREATE TABLE table_name_70 (visitor VARCHAR, record VARCHAR)
### question: What is the Visitor of the game on December 25? ### answer: SELECT visitor FROM table_name_26 WHERE date = "december 25" ### context: CREATE TABLE table_name_26 (visitor VARCHAR, date VARCHAR)
### question: What is the Date of the game with a Record of 8–10–6? ### answer: SELECT date FROM table_name_99 WHERE record = "8–10–6" ### context: CREATE TABLE table_name_99 (date VARCHAR, record VARCHAR)
### question: What is the Date of the game with a Record of 1–2–4? ### answer: SELECT date FROM table_name_27 WHERE record = "1–2–4" ### context: CREATE TABLE table_name_27 (date VARCHAR, record VARCHAR)
### question: What is the Date of the game with a Record of 27–21–13? ### answer: SELECT date FROM table_name_11 WHERE record = "27–21–13" ### context: CREATE TABLE table_name_11 (date VARCHAR, record VARCHAR)
### question: Which Year(s) won has a Total smaller than 292, and a Player of hale irwin? ### answer: SELECT year_s__won FROM table_name_42 WHERE total < 292 AND player = "hale irwin" ### context: CREATE TABLE table_name_42 (year_s__won VARCHAR, total VARCHAR, player VARCHAR)
### question: What is fuzzy zoeller's to par? ### answer: SELECT to_par FROM table_name_12 WHERE player = "fuzzy zoeller" ### context: CREATE TABLE table_name_12 (to_par VARCHAR, player VARCHAR)
### question: What To par was won in 1982? ### answer: SELECT to_par FROM table_name_15 WHERE year_s__won = "1982" ### context: CREATE TABLE table_name_15 (to_par VARCHAR, year_s__won VARCHAR)
### question: What is curtis strange's to par? ### answer: SELECT to_par FROM table_name_26 WHERE player = "curtis strange" ### context: CREATE TABLE table_name_26 (to_par VARCHAR, player VARCHAR)
### question: WHAT IS THE SCORE WITH A DATE OF NOVEMBER 18? ### answer: SELECT score FROM table_name_80 WHERE date = "november 18" ### context: CREATE TABLE table_name_80 (score VARCHAR, date VARCHAR)
### question: WHAT IS THE VISITOR FOR FEBRUARY 9? ### answer: SELECT visitor FROM table_name_27 WHERE date = "february 9" ### context: CREATE TABLE table_name_27 (visitor VARCHAR, date VARCHAR)
### question: What is the place of the player who scored less than 70? ### answer: SELECT place FROM table_name_96 WHERE score < 70 ### context: CREATE TABLE table_name_96 (place VARCHAR, score INTEGER)
### question: Which player was chosen by Saskatchewan in a pick larger than 38? ### answer: SELECT player FROM table_name_21 WHERE pick__number > 38 AND cfl_team = "saskatchewan" ### context: CREATE TABLE table_name_21 (player VARCHAR, pick__number VARCHAR, cfl_team VARCHAR)
### question: If the goals scored were below 6, 11 games were played, and there were 7 assists, what's the sum of points with games meeting these criteria? ### answer: SELECT SUM(points) FROM table_name_78 WHERE assists = 7 AND games = 11 AND goals < 6 ### context: CREATE TABLE table_name_78 (points INTEGER, goals VARC...
### question: What's the highest amount of Games recorded that have more than 10 assists? ### answer: SELECT MAX(games) FROM table_name_64 WHERE assists > 10 ### context: CREATE TABLE table_name_64 (games INTEGER, assists INTEGER)
### question: What is Updated In Past 30 Days, when Registration is "Open to people 13 and over"? ### answer: SELECT updated_in_past_30_days FROM table_name_93 WHERE registration = "open to people 13 and over" ### context: CREATE TABLE table_name_93 (updated_in_past_30_days VARCHAR, registration VARCHAR)
### question: What is Permanent Account, when Updated In Past 30 Days is 10324? ### answer: SELECT permanent_account FROM table_name_96 WHERE updated_in_past_30_days = "10324" ### context: CREATE TABLE table_name_96 (permanent_account VARCHAR, updated_in_past_30_days VARCHAR)
### question: What is Userpics Free, when Registration is Open, when Yearly Cost For Paid Account is "unknown", and when Name is Kraslan? ### answer: SELECT userpics_free FROM table_name_18 WHERE registration = "open" AND yearly_cost_for_paid_account = "unknown" AND name = "kraslan" ### context: CREATE TABLE table_name...
### question: What is Userpics Free, when Monthly Cost For Paid Account is "unknown", and when S Registered User is 2340? ### answer: SELECT userpics_free FROM table_name_89 WHERE monthly_cost_for_paid_account = "unknown" AND s_registered_user = "2340" ### context: CREATE TABLE table_name_89 (userpics_free VARCHAR, mon...
### question: What is Yearly Cost For Paid Account, when Montly Cost For Paid Account is 5 USD, and when Userpics Paid is 50? ### answer: SELECT yearly_cost_for_paid_account FROM table_name_94 WHERE monthly_cost_for_paid_account = "5 usd" AND userpics_paid = "50" ### context: CREATE TABLE table_name_94 (yearly_cost_for...
### question: What is the S Registered User, when Userpics Free is 6 [free] or 15 [plus]? ### answer: SELECT s_registered_user FROM table_name_98 WHERE userpics_free = "6 [free] or 15 [plus]" ### context: CREATE TABLE table_name_98 (s_registered_user VARCHAR, userpics_free VARCHAR)
### question: What is Venue, when Date is "2003-08-13"? ### answer: SELECT venue FROM table_name_72 WHERE date = "2003-08-13" ### context: CREATE TABLE table_name_72 (venue VARCHAR, date VARCHAR)
### question: What is Score, when Date is "2000-05-23"? ### answer: SELECT score FROM table_name_93 WHERE date = "2000-05-23" ### context: CREATE TABLE table_name_93 (score VARCHAR, date VARCHAR)
### question: What is Result, when Date is "2000-05-23"? ### answer: SELECT result FROM table_name_57 WHERE date = "2000-05-23" ### context: CREATE TABLE table_name_57 (result VARCHAR, date VARCHAR)
### question: What is Competition, when Date is "1999-08-07"? ### answer: SELECT competition FROM table_name_13 WHERE date = "1999-08-07" ### context: CREATE TABLE table_name_13 (competition VARCHAR, date VARCHAR)
### question: In what Week was Serena Williams 6–1, 6–7(7), 6–3 the Winner? ### answer: SELECT week FROM table_name_65 WHERE winners = "serena williams 6–1, 6–7(7), 6–3" ### context: CREATE TABLE table_name_65 (week VARCHAR, winners VARCHAR)
### question: Who was the Finalist on a Hard Surface with Winner Serena Williams 6–1, 6–7(7), 6–3? ### answer: SELECT finalists FROM table_name_34 WHERE surface = "hard" AND winners = "serena williams 6–1, 6–7(7), 6–3" ### context: CREATE TABLE table_name_34 (finalists VARCHAR, surface VARCHAR, winners VARCHAR)
### question: In what Week is the Rome Tournament? ### answer: SELECT week FROM table_name_70 WHERE tournament = "rome" ### context: CREATE TABLE table_name_70 (week VARCHAR, tournament VARCHAR)
### question: Which regio has a label of zzt and a date of 27 september 2004? ### answer: SELECT region FROM table_name_5 WHERE label = "zzt" AND date = "27 september 2004" ### context: CREATE TABLE table_name_5 (region VARCHAR, label VARCHAR, date VARCHAR)
### question: Which catalog has a date of 24 march 2006? ### answer: SELECT catalog FROM table_name_44 WHERE date = "24 march 2006" ### context: CREATE TABLE table_name_44 (catalog VARCHAR, date VARCHAR)
### question: Which format has a region of united kingdom? ### answer: SELECT format FROM table_name_19 WHERE region = "united kingdom" ### context: CREATE TABLE table_name_19 (format VARCHAR, region VARCHAR)
### question: Which date has a region of united kingdom? ### answer: SELECT date FROM table_name_54 WHERE region = "united kingdom" ### context: CREATE TABLE table_name_54 (date VARCHAR, region VARCHAR)
### question: Which regio has a date of 24 march 2006? ### answer: SELECT region FROM table_name_15 WHERE date = "24 march 2006" ### context: CREATE TABLE table_name_15 (region VARCHAR, date VARCHAR)
### question: What is the A330 for A310 B10? ### answer: SELECT a330 FROM table_name_62 WHERE a310 = "b10" ### context: CREATE TABLE table_name_62 (a330 VARCHAR, a310 VARCHAR)
### question: What is the A330 and the A310 wide? ### answer: SELECT a330 FROM table_name_62 WHERE a310 = "wide" ### context: CREATE TABLE table_name_62 (a330 VARCHAR, a310 VARCHAR)
### question: What model is the A310 of 1983? ### answer: SELECT model FROM table_name_48 WHERE a310 = "1983" ### context: CREATE TABLE table_name_48 (model VARCHAR, a310 VARCHAR)
### question: What name is in the number 2 spot when Ethan is in the number 6 spot and Mason is in the number 3 spot? ### answer: SELECT no_2 FROM table_name_7 WHERE no_6 = "ethan" AND no_3 = "mason" ### context: CREATE TABLE table_name_7 (no_2 VARCHAR, no_6 VARCHAR, no_3 VARCHAR)
### question: In what region and year was Jacob the number 2 name and Ryan the number 10 name? ### answer: SELECT region__year_ FROM table_name_98 WHERE no_2 = "jacob" AND no_10 = "ryan" ### context: CREATE TABLE table_name_98 (region__year_ VARCHAR, no_2 VARCHAR, no_10 VARCHAR)
### question: What name was number 7 when Mason was number 1, Owen was number 6, Jackson was number 9, and Logan was number 10? ### answer: SELECT no_7 FROM table_name_68 WHERE no_1 = "mason" AND no_9 = "jackson" AND no_10 = "logan" AND no_6 = "owen" ### context: CREATE TABLE table_name_68 (no_7 VARCHAR, no_6 VARCHAR, ...
### question: What name was in the number 4 spot when Aiden was number 7 and James was number 3? ### answer: SELECT no_4 FROM table_name_29 WHERE no_7 = "aiden" AND no_3 = "james" ### context: CREATE TABLE table_name_29 (no_4 VARCHAR, no_7 VARCHAR, no_3 VARCHAR)
### question: What is the positions of Damon Jones? ### answer: SELECT position FROM table_name_87 WHERE player = "damon jones" ### context: CREATE TABLE table_name_87 (position VARCHAR, player VARCHAR)
### question: for how many years did the player who graduated from stanford play for Grizzlies? ### answer: SELECT years_for_grizzlies FROM table_name_11 WHERE school_club_team = "stanford" ### context: CREATE TABLE table_name_11 (years_for_grizzlies VARCHAR, school_club_team VARCHAR)
### question: Which school did Dahntay Jones graduate from? ### answer: SELECT school_club_team FROM table_name_24 WHERE player = "dahntay jones" ### context: CREATE TABLE table_name_24 (school_club_team VARCHAR, player VARCHAR)
### question: Which player gradyated from Florida State? ### answer: SELECT player FROM table_name_76 WHERE school_club_team = "florida state" ### context: CREATE TABLE table_name_76 (player VARCHAR, school_club_team VARCHAR)
### question: What is the Playoffs MVP of the game with a Result of 4–1 with Champions Daejeon Hyundai Dynat? ### answer: SELECT playoffs_mvp FROM table_name_65 WHERE result = "4–1" AND champions = "daejeon hyundai dynat" ### context: CREATE TABLE table_name_65 (playoffs_mvp VARCHAR, result VARCHAR, champions VARCHAR)
### question: What is the Year of the game with Result of 4–3 and Champions of Daegu Tongyang Orions? ### answer: SELECT year FROM table_name_86 WHERE result = "4–3" AND champions = "daegu tongyang orions" ### context: CREATE TABLE table_name_86 (year VARCHAR, result VARCHAR, champions VARCHAR)
### question: What is the Runners-up of the game with a Result of 4–1 and Champions of Wonju Dongbu Promy? ### answer: SELECT runners_up FROM table_name_1 WHERE result = "4–1" AND champions = "wonju dongbu promy" ### context: CREATE TABLE table_name_1 (runners_up VARCHAR, result VARCHAR, champions VARCHAR)
### question: Where was the venue that Linfield was the opponent? ### answer: SELECT venue FROM table_name_58 WHERE opponent = "linfield" ### context: CREATE TABLE table_name_58 (venue VARCHAR, opponent VARCHAR)
### question: Which scorer plays for Aldershot and has scored a total of 19 League goals? ### answer: SELECT scorer FROM table_name_17 WHERE club = "aldershot" AND league_goals = "19" ### context: CREATE TABLE table_name_17 (scorer VARCHAR, club VARCHAR, league_goals VARCHAR)
### question: What is the highest number of League Cup goals that were scored by Hartlepool? ### answer: SELECT MAX(league_cup_goals) FROM table_name_6 WHERE club = "hartlepool" ### context: CREATE TABLE table_name_6 (league_cup_goals INTEGER, club VARCHAR)
### question: When was the game at the North Shore Events Centre? ### answer: SELECT date FROM table_name_99 WHERE venue = "north shore events centre" ### context: CREATE TABLE table_name_99 (date VARCHAR, venue VARCHAR)
### question: What is the report corresponding to the game that had the Townsville Crocodiles as home team? ### answer: SELECT report FROM table_name_59 WHERE home_team = "townsville crocodiles" ### context: CREATE TABLE table_name_59 (report VARCHAR, home_team VARCHAR)
### question: When was the game that had Sydney Spirit as the away team? ### answer: SELECT date FROM table_name_64 WHERE away_team = "sydney spirit" ### context: CREATE TABLE table_name_64 (date VARCHAR, away_team VARCHAR)
### question: What was the box score for the game that had the Townsville Crocodiles as home team? ### answer: SELECT Box AS score FROM table_name_95 WHERE home_team = "townsville crocodiles" ### context: CREATE TABLE table_name_95 (Box VARCHAR, home_team VARCHAR)
### question: What was the box score for the game that had the Cairns Taipans as home team? ### answer: SELECT Box AS score FROM table_name_23 WHERE home_team = "cairns taipans" ### context: CREATE TABLE table_name_23 (Box VARCHAR, home_team VARCHAR)
### question: What's the lap number for time/retired of +33.912? ### answer: SELECT COUNT(laps) FROM table_name_71 WHERE time_retired = "+33.912" ### context: CREATE TABLE table_name_71 (laps VARCHAR, time_retired VARCHAR)